Set up workspace
This commit is contained in:
parent
9c055b67f7
commit
5dff3afd8c
20 changed files with 34 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -1,26 +1,26 @@
|
|||
[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"] }
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde = "1.0.215"
|
||||
serde_json = "1.0.133"
|
||||
tokio = { version = "1.42.0", features = ["macros", "sync", "time"] }
|
||||
tokio = "1.42.0"
|
||||
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