feat(cargo): cargo config example

This commit is contained in:
2024-11-17 00:27:53 +01:00
parent fc48949ad9
commit d5a66a151b

View File

@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
# clap = "2.27.1" # from crates.io
# rand = { git = "https://github.com/rust-lang-nursery/rand" } # from online repo
# bar = { path = "../bar" } # from a path in the local filesystem