wip
at main 22 lines 809 B view raw
1[package] 2name = "vnd-atproto-cli" 3version = "0.0.1" 4edition = "2021" 5 6[dependencies] 7base58 = "0.2.0" 8base32 = "0.5.1" 9base64 = "0.22.1" 10sha2 = "0.10.8" 11client = { package = "vnd-atproto-client", path = "../client"} 12clap = { version = "4.5.31", features = ["derive"] } 13rustyline = "15.0.0" 14shellwords = "1.1.0" 15hidapi = "2.6.3" 16ledger-transport-hid = "0.11.0" 17cid = { version = "0.11.1", default-features = false } 18serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false } 19serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } 20serde_json = { version = "1.0", default-features = false, features = ["alloc"] } 21tokio = { version = "1.38.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"] } 22