ACE3/extension/Cargo.toml
BrettMayson b72ce6180a
Extension - Change clipboard crate (#10221)
* extension: change clipboard crate

* forgot fmt :|
2024-08-18 09:53:11 -05:00

24 lines
371 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.10.0", features = ["v4"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
# Artillery
rayon = "1.10.0"
# Clipboard
arboard = { version = "3.4.0" }
[build-dependencies]
git2 = "0.19.0"