pit-cli 0.4.0

Portal Interface Types
[package]
name = "pit-cli"
version = "0.4.0"
edition = "2021"
license = "CC0-1.0"
description = "Portal Interface Types"

[dependencies]
anyhow = "1.0.86"
base64 = "0.22.1"
pit-c = { version = "0.4.0", path = "../pit-c" }
nom = "^8"
pit-core.workspace = true
portal-pc-waffle = { workspace = true, features = ["copying"] }
pit-patch = { version = "0.4.0", path = "../pit-patch" }
pit-rust-guest = { version = "0.4.0", path = "../pit-rust-guest" }
pit-teavm = { version = "0.4.0", path = "../pit-teavm" }
prettyplease = "0.2.25"
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = "2.0.87"

[[bin]]
name = "pit"
path = "src/main.rs"