2023-06-15 17:56:01 +00: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-13 13:26:33 +00:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
debug = 1
|