1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-01 07:31:06 +00:00

18 lines
289 B
TOML
Raw Normal View History

2021-02-25 15:48:56 -06:00
[package]
name = "wasm-sqlite-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
[[bin]]
name = "sqlite_test"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = "0.6.14"
2021-09-04 14:34:28 -05:00
marine-sqlite-connector = "0.5.1"
[dev-dependencies]
2022-03-19 14:38:21 -05:00
marine-rs-sdk-test = "0.4.1"