Initial Commit
This commit is contained in:
19
crates/guardian_commands/Cargo.toml
Normal file
19
crates/guardian_commands/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user