spl/Cargo.toml

11 lines
210 B
TOML
Raw Normal View History

2023-02-17 20:00:39 +01:00
[package]
name = "spl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-02-17 22:47:45 +01:00
readformat = "0.1"
once_cell = "1.17"