Cargo init
Dependencies
- [2]
R4FLF4S3
Change contents
- file addition: src[2.1]
- file addition: main.rs[0.15]
fn main() {println!("Hello, world!");} - file addition: Cargo.toml[2.1]
[package]name = "ttp"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies] - file addition: .ignore[2.1]
.git.DS_Store - file addition: .gitignore[2.1]
/target