Files
turso/extensions/uuid/Cargo.toml
2025-01-16 14:40:52 +02:00

17 lines
315 B
TOML

[package]
name = "limbo_uuid"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
limbo_ext = { path = "../core"}
uuid = { version = "1.11.0", features = ["v4", "v7"] }
log = "0.4.20"