Create euphoxide-client crate
This commit is contained in:
parent
eadb12e999
commit
7ba9755346
7 changed files with 779 additions and 1 deletions
14
euphoxide-client/Cargo.toml
Normal file
14
euphoxide-client/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "euphoxide-client"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
cookie = { workspace = true }
|
||||
euphoxide = { workspace = true }
|
||||
log = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tokio-tungstenite = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue