mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:43:46 +00:00
moved project extension to root folder (will be a single DLL, soo ok)
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user