guess the lock gets updated as well

This commit is contained in:
Nickiel12 2021-12-17 16:30:35 -08:00
parent 98190ad021
commit edea79e99b
2 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1 @@
/target
Cargo.lock
/target

9
Cargo.lock generated
View file

@ -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"