mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
15 lines
232 B
TOML
15 lines
232 B
TOML
|
[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]
|
||
|
fluence = "=0.3.2"
|
||
|
fce-sqlite-connector = "=0.1.3"
|