mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
14 lines
244 B
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" }
|