iowo/crates/lang/Cargo.toml
2024-03-08 12:34:09 +01:00

12 lines
214 B
TOML

[package]
name = "lang"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.14"
[lints]
workspace = true