mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
13 lines
223 B
TOML
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"
|