mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-25 22:07:59 +00:00
76d6a154c1
* Fix the OS FD error * Cache the compiler versions * Allow for auto display impl in declare wrapper type macro * Better logging and fix concurrency issues * Fix tests * Format * Make the code even more concurrent
21 lines
583 B
TOML
21 lines
583 B
TOML
[package]
|
|
name = "revive-dt-common"
|
|
description = "A library containing common concepts that other crates in the workspace can rely on"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
moka = { workspace = true, features = ["sync"] }
|
|
once_cell = { workspace = true }
|
|
semver = { workspace = true }
|
|
serde = { workspace = true }
|
|
tokio = { workspace = true, default-features = false, features = ["time"] }
|
|
|
|
[lints]
|
|
workspace = true
|