1
0
Fork 0
nih-plug/xtask/Cargo.toml

15 lines
415 B
TOML
Raw Normal View History

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "ISC"
[dependencies]
anyhow = "1.0"
goblin = "0.5"
2022-02-27 11:06:45 +11:00
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"