Initial commit

This commit is contained in:
Philip (a-0) 2023-07-02 20:40:33 +02:00
commit 2fd06a5e83
40 changed files with 1354 additions and 0 deletions

14
Cargo.toml Normal file
View 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"