ACE3/extension/Cargo.toml
BrettMayson 043b3907fe
Extensions - Rust (#9015)
Co-authored-by: Pepijn Holster <pgaholster@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: LorenLuke <LukeLLL@aol.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-08-17 12:50:38 -03:00

27 lines
425 B
TOML

[package]
name = "ace"
version = "0.1.0"
edition = "2021"
[lib]
name = "ace"
crate-type = ["cdylib"]
[dependencies]
arma-rs = { version = "1.10.5", features = ["uuid"] }
uuid = { version = "1.9.1", features = ["v4"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
# Artillery
rayon = "1.10.0"
# Clipboard
clipboard = { version = "0.5.0", optional = true }
[build-dependencies]
git2 = "0.19.0"
[features]
default = ["clipboard"]