-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (27 loc) · 839 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "soonscan"
version = "0.1.0"
edition = "2021"
authors = ["Arjun C <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "TUI Blockchain explorer for SOON Blockchain"
readme = "README.md"
homepage = "https://github.com/4rjunc/soonscan"
repository = "https://github.com/4rjunc/soonscan"
keywords = ["cli", "search", "demo", "tui", "Blockchain"]
categories = ["command-line-utilities"]
[dependencies]
chrono = "0.4.38"
color-eyre = "0.6.3"
crossterm = "0.28.1"
ratatui = "0.29.0"
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0.133"
tokio = { version = "1", features = ["full"] }
cli-clipboard = "0.4"
solana-sdk = "2.1.2"
solana-client = "2.1.2"
solana-account-decoder = "2.1.2"
solana-transaction-status-client-types = "2.1.2"
clap = "4.5.21"
solana-transaction-status = "2.1.2"