mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:13:29 +00:00
15 lines
298 B
TOML
15 lines
298 B
TOML
[package]
|
|
name = "armatak"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
arma-rs = "1.10.4"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
|
|
[lib]
|
|
name = "armatak"
|
|
crate-type = ["cdylib"]
|