Files
wasmtime/cranelift/isle/islec/Cargo.toml
Nick Fitzgerald cfaa35d8c0 Use structopt to derive CLI flags
Instead of using `clap` directly
2021-11-11 15:56:55 -08:00

14 lines
355 B
TOML

[package]
name = "islec"
version = "0.1.0"
authors = ["Chris Fallin <chris@cfallin.org>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
log = "0.4"
isle = { version = "*", path = "../isle/" }
env_logger = { version = "0.8", default-features = false }
miette = { version = "3.0.0", features = ["fancy"] }
structopt = "0.3.23"