Initial commit
This commit is contained in:
commit
2fd06a5e83
40 changed files with 1354 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue