index
:
rustbook
main
Follow along exercises of the rust book
jras
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello_cargo
/
Cargo.toml
blob: 0f4a3432f3d33d385591279d9a195e981c415a0a (
plain
)
1
2
3
4
5
6
[package] name = "hello_cargo" version = "0.1.0" edition = "2021" [dependencies]