PluralKit/lib/commands/Cargo.toml

16 lines
252 B
TOML
Raw Normal View History

2024-09-13 16:02:30 +09:00
[package]
name = "commands"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
lazy_static = { workspace = true }
uniffi = { version = "0.25" }
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }