Files
komorebi/komorebi-core/Cargo.toml
2021-09-17 08:05:59 -07:00

16 lines
400 B
TOML

[package]
name = "komorebi-core"
version = "0.1.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bindings = { package = "bindings", path = "../bindings" }
clap = "3.0.0-beta.4"
color-eyre = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = { version = "0.21", features = ["derive"] }