mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-25 02:41:13 +01:00
14 lines
258 B
TOML
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"
|