mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-15 15:42:06 +01:00
6da1967b3d
NOT DONE, don't use it yet
13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.1"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { workspace = true }
|
|
xdg = { workspace = true }
|
|
dircpy = { workspace = true }
|