init
This commit is contained in:
commit
62788c1b26
23 changed files with 1532 additions and 0 deletions
12
harsh-client/Cargo.toml
Normal file
12
harsh-client/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "harsh-client"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sled = "0.34.7"
|
||||
telecomande = "1.2.2"
|
||||
tokio = { version = "1.20.1", features = ["full"] }
|
||||
harsh_common = { path = "../harsh-common" }
|
Loading…
Add table
Add a link
Reference in a new issue