13 lines
244 B
TOML
13 lines
244 B
TOML
|
[package]
|
||
|
name = "oink"
|
||
|
version = "0.0.1"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
#copy_dir = "0.1.3"
|
||
|
pico-args = "0.5.0"
|
||
|
tera = "1.19.0"
|
||
|
toml = "0.7.6"
|