diff --git a/surrealdb/Cargo.toml b/surrealdb/Cargo.toml index ec7b6cf7be5c..aea6fecbc897 100644 --- a/surrealdb/Cargo.toml +++ b/surrealdb/Cargo.toml @@ -24,6 +24,7 @@ kv-indxdb = ["surrealdb-core/kv-indxdb"] kv-rocksdb = ["surrealdb-core/kv-rocksdb", "tokio/time"] kv-tikv = ["surrealdb-core/kv-tikv", "tokio/time"] kv-surrealkv = ["surrealdb-core/kv-surrealkv", "tokio/time"] +kv-lance = ["surrealdb-core/kv-lance", "tokio/time"] scripting = ["surrealdb-core/scripting"] http = ["surrealdb-core/http"] native-tls = [