mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 16:12:56 +00:00
18 lines
235 B
TOML
18 lines
235 B
TOML
[package]
|
|
name = "json"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
ryu = "1"
|
|
itoa = "1"
|
|
|
|
[dev-dependencies]
|
|
futures = "0.3"
|
|
criterion.workspace = true
|
|
|
|
[[bench]]
|
|
name = "escape"
|
|
harness = false
|