mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
12 lines
216 B
TOML
12 lines
216 B
TOML
[package]
|
|
name = "wit_embedder"
|
|
version = "0.1.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wit_parser = { path = "../../crates/wit_parser" }
|
|
clap = "2.33.1"
|
|
exitfailure = "0.5.1"
|
|
failure = "0.1.5"
|