iowo/crates/rpl/Cargo.toml

14 lines
264 B
TOML
Raw Normal View History

2023-12-13 17:13:43 +00:00
[package]
name = "rpl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true, features = [ "derive" ] }
2024-01-15 08:03:55 +00:00
ron = "0.8"
[lints]
workspace = true