daa-prime-cli 0.2.0

Command-line interface for Prime distributed ML operations
[[bin]]
name = "prime"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5"

[dependencies.uuid]
features = ["v4"]
version = "1.6"

[package]
authors = ["Prime Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Command-line interface for Prime distributed ML operations"
documentation = "https://docs.rs/prime-rust"
edition = "2021"
homepage = "https://github.com/example/prime-rust"
license = "MIT OR Apache-2.0"
name = "daa-prime-cli"
readme = false
repository = "https://github.com/example/prime-rust"
rust-version = "1.75"
version = "0.2.0"

[[test]]
name = "cli_test"
path = "tests/cli_test.rs"