[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 = [ ] [dependencies] clap = { version = "4.5", features = ["derive"] } prometeu-host-desktop-winit = { path = "../../host/prometeu-host-desktop-winit" }