parser complete
This commit is contained in:
commit
8ffd3b9aff
12 changed files with 1321 additions and 0 deletions
13
parser/Cargo.toml
Normal file
13
parser/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "nix_json_parser"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
crate-type = [ "lib" ]
|
||||
|
||||
[lib]
|
||||
path = "./lib.rs"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_repr = "0.1.20"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue