[[bin]]
name = "alg"
path = "main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.26"

[dependencies.clap_complete]
version = "4.5.42"

[dependencies.cubing]
version = "=0.14.1"

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