imgui-rs/xtask/Cargo.toml
dbr 9776ebef90 Remove authors key from Cargo.toml
The field is now optional (as of Rust 1.53) and no longer used by crates.io (as per Rust RFC 3052)
2022-11-30 10:15:38 +10:30

13 lines
223 B
TOML

# See https://github.com/matklad/cargo-xtask for more on this pattern.
[package]
name = "xtask"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
anyhow = "1"
smoljson = "0.1"
xshell = "0.1"
xflags = "0.2"