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

17 lines
519 B
TOML
Raw Normal View History

[package]
name = "nih_plug_xtask"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
description = "NIH-plug's cargo xtask command, as a library"
license = "ISC"
[dependencies]
anyhow = "1.0"
cargo_metadata = "0.18.1"
2023-03-02 09:23:04 +11:00
goblin = "0.6.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
serde = { version = "1.0", features = ["derive"] }
2023-03-02 09:23:04 +11:00
toml = "0.7.2"