Initial commit

This commit is contained in:
Даниил 2023-06-23 22:26:26 +04:00
commit ceadd2d76d
4 changed files with 688 additions and 0 deletions

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