14507a1793
## Summary Brings more consistency to the repo and ensures that all crates automatically show up in `--verbose` logging.
19 lines
414 B
TOML
19 lines
414 B
TOML
[package]
|
|
name = "uv-once-map"
|
|
version = "0.0.1"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
dashmap = { workspace = true }
|
|
tokio = { workspace = true }
|
|
futures = { workspace = true }
|