2022-09-14 16:19:08 +08:00

13 lines
223 B
TOML

[package]
name = "AutoBuild"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "AutoBuild"
path = "main.rs"