15 lines
323 B
TOML
15 lines
323 B
TOML
|
[package]
|
||
|
name = "scaffold"
|
||
|
description.workspace = true
|
||
|
readme.workspace = true
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
authors.workspace = true
|
||
|
repository.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
reqwest = { version = "0.11.22", features = ["blocking"] }
|
||
|
dotenvy = "0.15.6"
|
||
|
pico-args = "0.5.0"
|