snf/Cargo.toml

13 lines
334 B
TOML
Raw Normal View History

2024-01-16 03:09:34 +00:00
[package]
2024-01-29 23:18:05 +00:00
name = "strafesnet_snf"
2024-07-30 01:22:26 +00:00
version = "0.1.1"
2024-01-16 03:09:34 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
binrw = "0.14.0"
id = { version = "0.1.0", registry = "strafesnet" }
2024-08-02 19:11:17 +00:00
rand = "0.8.5"
2024-07-29 23:38:32 +00:00
strafesnet_common = { version = "0.2.0", registry = "strafesnet" }