mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-21 15:41:47 +03:00
15 lines
258 B
TOML
15 lines
258 B
TOML
[package]
|
|
name = "build-packages"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
clap = "4"
|
|
fs-err = "2.11"
|
|
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.8.0" }
|
|
serde_json = "1"
|
|
tokio = "1.28"
|
|
walkdir = "2.4"
|
|
zip = "0.6"
|