-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (23 loc) · 741 Bytes
/
Cargo.toml
File metadata and controls
24 lines (23 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "tx_steps_checker"
version = "0.1.0"
edition = "2024"
[dependencies]
starknet = "0.12"
hashlink = "0.9.1"
thiserror = "1.0.32"
tracing = { version = "0.1.38", features = [ "log" ], default-features = false }
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.16", features = [ "env-filter", "json" ] }
tokio = { version = "1.39.2", features = [ "full" ] }
tokio-util = "0.7.12"
bitflags = "2.6.0"
futures = "0.3.30"
futures-util = "0.3.30"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
url = "2"
once_cell = "1.19"
clap = { version = "4.4", features = ["derive"] }
account_sdk = { git = "https://github.com/cartridge-gg/controller-rs.git", branch = "main" }
cainome-cairo-serde = "0.1.0"