1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-04-01 05:31:04 +00:00

15 lines
240 B
TOML
Raw Normal View History

2020-09-17 21:46:53 +03:00
[package]
name = "wasm-sqlite-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 15:03:00 +03:00
publish = false
2020-09-17 21:46:53 +03:00
[[bin]]
name = "sqlite_test"
path = "src/main.rs"
[dependencies]
2021-06-16 09:37:45 +03:00
marine-rs-sdk = "0.6.10"
marine-sqlite-connector = "0.5.0"