pcode-cli/Cargo.toml
geekiot 671c86870c Init: init first version of pcode-cli
Change log:
* Added the ability to display a list of all templates.
* Added the ability to download a template.
* Defined the project structure.
2025-11-22 20:38:38 +05:00

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"