marine/examples/sqlite/Cargo.toml
Valery Antopol b20a27f8b6
feat: support marine-rs-sdk 0.14 (#419)
* uodate sdk

* add cp v3 test
2024-02-21 16:59:49 +04:00

15 lines
240 B
TOML

[package]
name = "wasm-sqlite-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2021"
publish = false
[[bin]]
name = "sqlite_test"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.14.0"
marine-sqlite-connector = "0.9.0"