[package]
edition = "2021"
name = "alg-cli"
version = "0.15.2"
authors = ["Lucas Garron <code@garron.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alg tool."
homepage = "https://github.com/cubing/cubing.rs"
documentation = "https://github.com/cubing/cubing.rs"
readme = "README.md"
keywords = [
"cubing",
"puzzle",
"rubik",
"solving",
"WCA",
]
license = "MPL-2.0"
repository = "https://github.com/cubing/cubing.rs"
[[bin]]
name = "alg"
path = "main.rs"
[dependencies.clap]
version = "4.5.26"
features = ["derive"]
[dependencies.clap_complete]
version = "4.5.42"
[dependencies.cubing]
version = "0.15.2"