mirror of https://github.com/tracel-ai/burn.git
16 lines
346 B
TOML
16 lines
346 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
strum = { workspace = true }
|
|
tracel-xtask = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rstest = { workspace = true }
|