rust-practice/hello_cargo/Cargo.toml

10 lines
217 B
TOML
Raw Normal View History

2020-07-08 05:13:31 +00:00
[package]
name = "hello_cargo"
version = "0.1.0"
authors = ["Emily J. <me@emily.im>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]