PluralKit/crates/commands/Cargo.toml

17 lines
295 B
TOML

[package]
name = "commands"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
lazy_static = { workspace = true }
uniffi = { version = "0.25" }
smol_str = "0.3.2"
ordermap = "0.5"
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }