14 lines
No EOL
298 B
TOML
14 lines
No EOL
298 B
TOML
[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" |