mirror of
https://github.com/fluencelabs/interface-types
synced 2025-04-24 15:22:13 +00:00
17 lines
369 B
TOML
17 lines
369 B
TOML
[package]
|
|
name = "fluence-it-types"
|
|
version = "0.1.0"
|
|
description = "Definitions of IValue and IType"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.118", features = ["derive", "rc"]}
|
|
|
|
nom = { version = "5.1", optional = true }
|
|
wast = { version = "8.0", optional = true }
|
|
|
|
[features]
|
|
impls = ["nom", "wast"]
|