deps(tarantool-module): enable features (picodata + schema)
picodata features enables Picodata Tarantool fork functionality Schema enables functionality needed to operate spaces metadata
... | ... | @@ -19,7 +19,7 @@ rand = "0.8" |
serde = { version = "1.0", features = ["derive"] } | ||
serde_yaml = "0.8" | ||
sha2 = "0.10" | ||
tarantool = { git = "https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git" } | ||
tarantool = { git = "https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] } | ||
traversal = "0.1" | ||
yaml-rust = "0.4" | ||
... | ... |
Please register or sign in to comment