mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 23:20:18 +00:00
rename main to fce, lib to wasm_bindgen
This commit is contained in:
parent
f6541aae32
commit
030a4c9069
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user