mirror of
https://github.com/Pagwin-Fedora/ppi.git
synced 2025-07-17 22:15:42 +00:00
11 lines
305 B
TOML
11 lines
305 B
TOML
[package]
|
|
name = "project_init"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2.22", features = ["derive"] }
|
|
rlua = "0.19.4"
|
|
serde = { version = "1.0.144", features = ["derive"] }
|