mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
15 lines
247 B
TOML
15 lines
247 B
TOML
[package]
|
|
name = "neonart"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
crossbeam-utils.workspace = true
|
|
spin.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rand = "0.9.1"
|
|
rand_distr = "0.5.1"
|