27 lines
541 B
TOML

[package]
name = "prometeu-cli"
version = "0.1.0"
edition = "2024"
license.workspace = true
repository.workspace = true
[[bin]]
name = "prometeu"
path = "src/main.rs"
[[bin]]
name = "prometeu-runtime"
path = "src/bin/prometeu-runtime.rs"
[package.metadata.dist]
dist = true
include = [
"../../../VERSION.txt",
"../../../dist-staging/devtools/debugger-protocol"
]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
prometeu-host-desktop-winit = { path = "../../host/prometeu-host-desktop-winit" }
anyhow = "1.0.100"