Set up workspace
This commit is contained in:
parent
9c055b67f7
commit
b9c4c2a003
20 changed files with 32 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -1,9 +1,12 @@
|
|||
[package]
|
||||
name = "euphoxide"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["euphoxide"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
[workspace.dependencies]
|
||||
caseless = "0.2.1"
|
||||
futures-util = "0.3.31"
|
||||
jiff = { version = "0.1.15", default-features = false, features = ["std"] }
|
||||
|
|
@ -13,14 +16,11 @@ serde_json = "1.0.133"
|
|||
tokio = { version = "1.42.0", features = ["macros", "sync", "time"] }
|
||||
tokio-tungstenite = "0.24.0"
|
||||
unicode-normalization = "0.1.24"
|
||||
|
||||
[dev-dependencies]
|
||||
# For examples
|
||||
anyhow = "1.0.94"
|
||||
rustls = "0.23.19"
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
|
||||
|
||||
[lints]
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
# Lint groups
|
||||
rust.deprecated_safe = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue