mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-07 14:45:33 +00:00
Initial impl
This commit is contained in:
parent
ae7a2b09fc
commit
593da123b6
10 changed files with 3018 additions and 1 deletions
16
blahctl/Cargo.toml
Normal file
16
blahctl/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "blahctl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
bitflags = "2.6.0"
|
||||
blah.path = ".."
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
ed25519-dalek = { version = "2.1.1", features = ["pkcs8", "pem", "rand_core"] }
|
||||
rand = "0.8.5"
|
||||
reqwest = { version = "0.12.7", features = ["json"] }
|
||||
rusqlite = "0.32.1"
|
||||
tokio = { version = "1.39.3", features = ["rt", "macros"] }
|
||||
uuid = "1.10.0"
|
Loading…
Add table
Add a link
Reference in a new issue