-
- Downloads
Add Nostr profile support
Showing
- Cargo.lock 55 additions, 0 deletionsCargo.lock
- Cargo.toml 5 additions, 0 deletionsCargo.toml
- src/commands.rs 1 addition, 0 deletionssrc/commands.rs
- src/commands/profile.rs 976 additions, 0 deletionssrc/commands/profile.rs
- src/conf.rs 10 additions, 1 deletionsrc/conf.rs
- src/main.rs 4 additions, 0 deletionssrc/main.rs
| ... | ... | @@ -41,12 +41,17 @@ inquire = "^0.7.5" |
| serde = { version = "^1.0", features = ["derive"] } | ||
| serde_json = "^1.0.128" | ||
| tokio = { version = "^1.40.0", features = ["macros"] } | ||
| tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] } | ||
| confy = "^0.5.1" | ||
| bs58 = "^0.5.1" | ||
| directories = "^5.0.1" | ||
| comfy-table = "^7.1.1" | ||
| sea-orm = { version = "1.1.0", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] } | ||
| indoc = "2.0.5" | ||
| bech32 = "^0.9.1" | ||
| sha2 = "0.10.8" | ||
| secp256k1 = { version = "0.28.2", features = ["rand", "recovery"] } | ||
| url = "2.5.0" | ||
| # crypto | ||
| scrypt = { version = "^0.11", default-features = false } # for old-style key generation | ||
| ... | ... |
src/commands/profile.rs
0 → 100644
This diff is collapsed.
Please sign in to comment
