add package info

This commit is contained in:
Leo Alt
2024-01-26 16:01:31 +01:00
parent ec6af24a95
commit 3daf9d90be
22 changed files with 132 additions and 41 deletions

View File

@@ -1,7 +1,11 @@
[package]
name = "powdr-analysis"
version = "0.1.0"
edition = "2021"
description = "powdr compiler for high level asm machines to a fully analyzed asm machine"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
powdr-asm-to-pil = { path = "../asm-to-pil" }