marine/examples/sqlite/Cargo.toml

15 lines
232 B
TOML
Raw Normal View History

2020-09-17 18:46:53 +00:00
[package]
name = "wasm-sqlite-test"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-31 12:03:00 +00:00
publish = false
2020-09-17 18:46:53 +00:00
[[bin]]
name = "sqlite_test"
path = "src/main.rs"
[dependencies]
2021-02-28 16:31:53 +00:00
fluence = "=0.4.2"
2020-11-09 03:38:09 +00:00
fce-sqlite-connector = "=0.1.3"