Create euphoxide-client crate
This commit is contained in:
parent
eadb12e999
commit
7ba9755346
7 changed files with 779 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["euphoxide", "euphoxide-bot"]
|
||||
members = ["euphoxide", "euphoxide-bot", "euphoxide-client"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.1"
|
||||
|
|
@ -22,6 +22,10 @@ unicode-normalization = "0.1.24"
|
|||
# For examples
|
||||
anyhow = "1.0.94"
|
||||
rustls = "0.23.19"
|
||||
# In this workspace
|
||||
euphoxide = { path = "./euphoxide" }
|
||||
euphoxide-bot = { path = "./euphoxide-bot" }
|
||||
euphoxide-client = { path = "./euphoxide-client" }
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue