aquavm/crates/polyplets/Cargo.toml

15 lines
284 B
TOML
Raw Normal View History

2020-12-22 18:05:04 +00:00
[package]
name = "polyplets"
version = "0.1.0"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
2020-12-22 18:05:04 +00:00
[lib]
name = "polyplets"
path = "src/lib.rs"
[dependencies]
fluence = { version = "0.2.18", features = ["logger"] }
serde = { version = "=1.0.118", features = ["rc"] }