2026-03-24 13:40:34 +00:00

32 lines
677 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"
[[bin]]
name = "prometeuc"
path = "src/bin/prometeuc.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" }
prometeu-build-pipeline = { path = "../../compiler/prometeu-build-pipeline" }
anyhow = "1.0.100"