File tree Expand file tree Collapse file tree 2 files changed +23
-26
lines changed
Expand file tree Collapse file tree 2 files changed +23
-26
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [
3- " msg" ,
4- " msg-socket" ,
5- " msg-wire" ,
6- " msg-transport" ,
7- " msg-common" ,
8- " msg-sim" ,
3+ " msg" ,
4+ " msg-socket" ,
5+ " msg-wire" ,
6+ " msg-transport" ,
7+ " msg-common" ,
8+ " msg-sim" ,
99]
1010resolver = " 2"
1111
@@ -19,19 +19,19 @@ authors = ["Chainbound Developers <dev@chainbound.io>"]
1919homepage = " https://github.com/chainbound/msg-rs"
2020repository = " https://github.com/chainbound/msg-rs"
2121keywords = [
22- " messaging" ,
23- " distributed" ,
24- " systems" ,
25- " networking" ,
26- " quic" ,
27- " quinn" ,
28- " tokio" ,
29- " async" ,
30- " simulation" ,
31- " pnet" ,
32- " udp" ,
33- " tcp" ,
34- " socket" ,
22+ " messaging" ,
23+ " distributed" ,
24+ " systems" ,
25+ " networking" ,
26+ " quic" ,
27+ " quinn" ,
28+ " tokio" ,
29+ " async" ,
30+ " simulation" ,
31+ " pnet" ,
32+ " udp" ,
33+ " tcp" ,
34+ " socket" ,
3535]
3636
3737[workspace .dependencies ]
@@ -57,17 +57,15 @@ tracing = "0.1"
5757rustc-hash = " 1"
5858rand = " 0.8"
5959derive_more = { version = " 2.0.1" , features = [
60- " from" ,
61- " into" ,
62- " deref" ,
63- " deref_mut" ,
60+ " from" ,
61+ " into" ,
62+ " deref" ,
63+ " deref_mut" ,
6464] }
6565
6666# networking
6767quinn = " 0.11.9"
6868rcgen = " 0.14"
69- # (rustls needs to be the same version as the one used by quinn)
70- rustls = { version = " 0.21" , features = [" quic" , " dangerous_configuration" ] }
7169openssl = { version = " 0.10" }
7270
7371# benchmarking & profiling
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ tokio-stream.workspace = true
2121[dev-dependencies ]
2222bytes.workspace = true
2323tracing-subscriber = " 0.3"
24- divan = " 0.1"
2524futures.workspace = true
2625tracing.workspace = true
2726rand.workspace = true
You can’t perform that action at this time.
0 commit comments