mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 23:31:03 +03:00
14 lines
175 B
TOML
14 lines
175 B
TOML
|
[package]
|
||
|
name = "xtask"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0"
|
||
|
lazy_static = "1.4"
|
||
|
xshell = "= 0.2.2"
|
||
|
xflags = "0.3.1"
|
||
|
which = "4.2"
|
||
|
toml = "0.5"
|