cargo: change project name in Cargo.toml

This commit is contained in:
Patryk Hegenberg 2024-04-26 14:00:23 +02:00
parent 7588c01f92
commit d52e5a9fbd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -405,7 +405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "caesar_test"
name = "caesar"
version = "0.0.1"
dependencies = [
"aes-gcm",