RMS-server/Cargo.toml

10 lines
249 B
TOML
Raw Permalink Normal View History

2024-04-16 14:17:13 -04:00
[package]
name = "rms-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-19 09:10:04 -04:00
byteorder = "1.4" # For byte manipulation in a cross-platform manner