wip
1[package]
2name = "vnd-atproto-cli"
3version = "0.0.1"
4edition = "2021"
5
6[dependencies]
7base58 = "0.2.0"
8base64 = "0.22.1"
9client = { package = "vnd-atproto-client", path = "../client"}
10clap = { version = "4.5.31", features = ["derive"] }
11rustyline = "15.0.0"
12shellwords = "1.1.0"
13hidapi = "2.6.3"
14ledger-transport-hid = "0.11.0"
15serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
16serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
17tokio = { version = "1.38.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"] }
18