Initial Commit
This commit is contained in:
16
crates/guardian_core/Cargo.toml
Normal file
16
crates/guardian_core/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "guardian_core"
|
||||
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]
|
||||
bevy.workspace = true
|
||||
dcs-grpc.workspace = true
|
||||
tokio.workspace = true
|
||||
async-compat = "0.2.1"
|
||||
crossbeam-channel = "0.5.9"
|
||||
tonic = "0.10"
|
||||
Reference in New Issue
Block a user