guess the lock gets updated as well
This commit is contained in:
parent
98190ad021
commit
edea79e99b
2 changed files with 10 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
/target
|
||||
Cargo.lock
|
||||
/target
|
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -5,3 +5,12 @@ version = 3
|
|||
[[package]]
|
||||
name = "church_controller"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"workctl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "workctl"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f505c6bb5d95d23e0069c0755c701d47ecb61ac013b6d0275968356deb00304"
|
||||
|
|
Loading…
Reference in a new issue