Files
komorebi/bindings/Cargo.toml
2021-08-24 08:28:44 -07:00

14 lines
258 B
TOML

[package]
name = "bindings"
version = "0.1.0"
authors = ["Jade Iqbal"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
windows = "0.19"
[build-dependencies]
windows = "0.19"