mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
11 lines
142 B
TOML
11 lines
142 B
TOML
[package]
|
|
name = "cli"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[[bin]]
|
|
name = "cli"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies] |