Start adding rust car implementation
This commit is contained in:
15
car-rs/Cargo.toml
Normal file
15
car-rs/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "car-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# https://github.com/golemparts/rppal
|
||||
rppal = "0.13.1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tonic = "0.8.0"
|
||||
|
||||
[build]
|
||||
target = "armv7-unknown-linux-gnueabihf"
|
||||
Reference in New Issue
Block a user