15 lines
365 B
TOML
15 lines
365 B
TOML
[package]
|
|
name = "strafesnet_snf"
|
|
version = "0.3.1"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
binrw = "0.15.0"
|
|
id = { version = "0.1.0", registry = "strafesnet" }
|
|
strafesnet_common = { version = "0.7.0", path = "../common", registry = "strafesnet" }
|
|
|
|
[lints]
|
|
workspace = true
|