mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-17 23:13:55 +01:00
This commit applies 'cargo fix --edition' to safely migrate the project to Edition 2021 of Rust. A rustfmt.toml has also be added to enforce the flattening of use statements when running 'cargo fmt'.
14 lines
258 B
TOML
14 lines
258 B
TOML
[package]
|
|
name = "bindings"
|
|
version = "0.1.0"
|
|
authors = ["Jade Iqbal"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
windows = "0.21"
|
|
|
|
[build-dependencies]
|
|
windows = "0.21"
|