mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-18 04:03:06 +00:00
22 lines
779 B
TOML
22 lines
779 B
TOML
[package]
|
|
categories = { workspace = true }
|
|
description = { workspace = true }
|
|
edition = { workspace = true }
|
|
keywords = { workspace = true }
|
|
license = { workspace = true }
|
|
name = "cfgsync-core"
|
|
readme = { workspace = true }
|
|
repository = { workspace = true }
|
|
version = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
axum = { default-features = false, features = ["http1", "http2", "json", "tokio"], version = "0.7.5" }
|
|
reqwest = { features = ["json"], workspace = true }
|
|
serde = { default-features = false, features = ["derive"], version = "1" }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { default-features = false, features = ["macros", "net", "rt-multi-thread"], version = "1" }
|