Initial Commit

This commit is contained in:
AviiNL
2023-12-22 04:50:17 +01:00
parent 15f764aae8
commit f79b6b5dfb
41 changed files with 4379 additions and 270 deletions

View 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