RaaS/Cargo.toml
Joey Hines c6031f5fa4
Initial commit
+ Basic robot connector and manages
+ Handles keep alive ping, with some issues
+ Need GRPC or other api
2024-06-15 13:21:54 -06:00

15 lines
420 B
TOML

[package]
name = "raas"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
raas_types = { version = "0.0.5", features = ["async"], registry = "jojo-dev"}
prost = "0.12.6"
tokio = {version = "1.38.0", features = ["io-util", "net", "rt-multi-thread"]}
axum = "0.7.5"
env_logger = "0.11.3"
log = "0.4.21"
thiserror = "1.0.61"