Binay name

This commit is contained in:
Nox Sluijtman 2024-03-23 17:12:40 +01:00
parent 58a51a0da9
commit b4b6a958f3
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -61,14 +61,6 @@ version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "fastfood-rs"
version = "0.1.0"
dependencies = [
"chrono",
"rand",
]
[[package]]
name = "getrandom"
version = "0.2.12"
@ -270,6 +262,14 @@ version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "what-should-i-eat"
version = "0.1.0"
dependencies = [
"chrono",
"rand",
]
[[package]]
name = "windows-core"
version = "0.52.0"

View file

@ -1,5 +1,5 @@
[package]
name = "fastfood-rs"
name = "what-should-i-eat"
version = "0.1.0"
edition = "2021"