2023-02-15 12:23:11 -06:00
|
|
|
[package]
|
|
|
|
name = "y"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "y"
|
|
|
|
path = "main.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
unstable-features = [] # for rust-analyzer
|
|
|
|
|
|
|
|
# Do not add any dependencies
|
2024-05-12 07:47:09 -05:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
debug = 1
|