mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-14 03:25:39 +00:00
15 lines
284 B
TOML
15 lines
284 B
TOML
[package]
|
|
name = "polyplets"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
name = "polyplets"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
fluence = { version = "=0.2.13", features = ["logger"] }
|
|
serde = { version = "1.0.118", features = ["rc"] }
|