mirror of
https://github.com/kaesaecracker/echse.git
synced 2025-02-22 16:57:11 +01:00
10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
name = "krabbeltier"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
shellwords.workspace = true
|
|
echse = { path = "../echse" }
|