obs-commands/Cargo.toml

21 lines
640 B
TOML

[package]
name = "obs-commands"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
either = "1.6.1"
obws = "0.8.0"
path-gen = { version = "0.1.0", git = "https://git.asonix.dog/asonix/path-gen", branch = "main" }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
sled = "0.34.7"
tokio = { version = "1.12.0", features = ["time"] }
thiserror = "1.0.29"
tracing-error = "0.1.2"
[dev-dependencies]
path-gen = { version = "0.1.0", git = "https://git.asonix.dog/asonix/path-gen", branch = "main", features = ["test"] }