fix(examples): rename cargo.toml to Cargo.toml

This commit is contained in:
nazeh
2024-10-02 18:12:55 +03:00
parent 8e82d84201
commit 0e90b8068a

View File

@@ -3,6 +3,7 @@ name = "authn"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "signup"
path = "./authn/signup.rs"