d39ebb5b51
We can use this to detect which plugin formats are supported by a plugin. Otherwise the bundler would be very awkward to use when supporting multiple formats.
13 lines
249 B
TOML
13 lines
249 B
TOML
[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"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5"
|