snf/Cargo.toml

12 lines
319 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-08-08 01:15:17 +00:00
version = "0.1.2"
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-09 21:13:10 +00:00
strafesnet_common = { version = "0.4.0", registry = "strafesnet" }