Initial commit
This commit is contained in:
commit
ceadd2d76d
4 changed files with 688 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "narodmon-server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
nom = { version = "7.1.3", default-features = false, features = ["std", "alloc"] }
|
||||
rust_decimal = { version = "1.30.0", features = ["rkyv", "rkyv-safe"] }
|
||||
thiserror = "1.0.40"
|
Loading…
Add table
Reference in a new issue