Change log: * Added the ability to display a list of all templates. * Added the ability to download a template. * Defined the project structure.
12 lines
273 B
TOML
12 lines
273 B
TOML
[package]
|
|
name = "pcode-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.53", features = ["derive"] }
|
|
directories = "6.0.0"
|
|
fs_extra = "1.3.0"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
thiserror = "2.0.17"
|