12 lines
414 B
TOML
12 lines
414 B
TOML
[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"
|