moved project extension to root folder (will be a single DLL, soo ok)

This commit is contained in:
Valmo Trindade
2024-09-08 00:09:37 -03:00
parent 0f34260c83
commit ba12aeed65
4 changed files with 0 additions and 0 deletions

14
Cargo.toml Normal file
View 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"]