# This packages is loosely(or not) based on https://github.com/RichoDemus/bevy-console [package] name = "guardian_commands" version.workspace = true edition.workspace = true repository.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap.workspace = true bevy.workspace = true shlex.workspace = true nom = "7.1" [lints] workspace = true