summaryrefslogtreecommitdiffstats
path: root/client/Cargo.toml
blob: 4d3a0beef122398256585b44b912ce47d5992378 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "baclico-client"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
netprotocol = { path = "../common/netprotocol" }
time = { version = "0.3", features = ["local-offset"] }
bues.ch cgit interface