gmod-rs/tests/userdata/Cargo.toml

13 lines
169 B
TOML
Raw Permalink Normal View History

[package]
name = "userdata"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
gmod = { path = "../../gmod" }
[workspace]