mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
add package info
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
[package]
|
||||
name = "powdr-parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
description = "powdr parser"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
powdr-ast = { path = "../ast" }
|
||||
|
||||
Reference in New Issue
Block a user