mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-05-13 03:00:26 -04:00
23 lines
439 B
TOML
23 lines
439 B
TOML
[package]
|
|
name = "powdr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "^4.1", features = ["derive"] }
|
|
codespan-reporting = "^0.11"
|
|
env_logger = "0.10.0"
|
|
itertools = "^0.10"
|
|
json = "^0.12"
|
|
lalrpop-util = {version = "^0.19", features = ["lexer"]}
|
|
lazy_static = "^1.4.0"
|
|
log = "0.4.17"
|
|
mktemp = "0.5.0"
|
|
num-bigint = "^0.4"
|
|
regex = "^1.7.0"
|
|
walkdir = "2.3.3"
|
|
|
|
[build-dependencies]
|
|
lalrpop = "^0.19"
|