Files
turso/extensions/percentile/Cargo.toml

14 lines
244 B
TOML

[package]
name = "limbo_percentile"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
limbo_ext = { path = "../core" }