rename main to fce, lib to wasm_bindgen

This commit is contained in:
vms 2020-09-30 11:58:53 +03:00
parent f6541aae32
commit 030a4c9069
3 changed files with 3 additions and 1 deletions

View File

@ -5,11 +5,13 @@ authors = ["Fluence Labs"]
edition = "2018"
[lib]
name = "aquamarine_client"
crate-type = ["cdylib"]
path = "src/wasm_bindgen.rs"
[[bin]]
name = "aquamarine"
path = "src/main.rs"
path = "src/fce.rs"
[[bin]]
name = "aqua_test_module"