14 lines
295 B
TOML
14 lines
295 B
TOML
![]() |
[package]
|
||
|
name = "gb-infra"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
authors.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
dotenv = { workspace = true }
|
||
|
ctrlc = { workspace = true }
|
||
|
tokio = { workspace = true }
|
||
|
serde = { workspace = true }
|
||
|
serde_json = { workspace = true }
|