misplib/Cargo.toml

14 lines
298 B
TOML
Raw Permalink Normal View History

2023-07-02 20:40:33 +02:00
[package]
name = "misplib"
version = "0.1.0"
edition = "2021"
[dependencies]
phf = { version = "0.11", default-features = false, features = [ "macros" ] }
regex-macro = "0.2.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
[lib]
name = "misplib"
path = "src/lib.rs"