mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-08 20:09:41 +00:00
18 lines
537 B
TOML
18 lines
537 B
TOML
|
[package]
|
||
|
name = "tests-monero-serai"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
monero-serai = { workspace = true }
|
||
|
hex = { workspace = true, features = ["serde", "std"] }
|
||
|
serde = { workspace = true, features = ["derive"] }
|
||
|
serde_json = { workspace = true, features = ["std"] }
|
||
|
tokio = { workspace = true, features = ["full"] }
|
||
|
reqwest = { version = "0.12", features = ["json"] }
|
||
|
rayon = { workspace = true }
|
||
|
futures = { workspace = true, features = ["std"] }
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|