RMS-client/Cargo.toml

11 lines
264 B
TOML
Raw Normal View History

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