mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
17 lines
380 B
TOML
17 lines
380 B
TOML
[package]
|
|
name = "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 }
|