start moving over to crossbeam

This commit is contained in:
Hartmut Seichter 2023-01-31 10:52:09 +01:00
parent f3f995815b
commit fb45ec2233
3 changed files with 67 additions and 11 deletions

View file

@ -14,6 +14,7 @@ rand = "0.8.4"
# vrpn = "0.1.0" # not compatible with 2021
vrpn = { git = "https://github.com/seichter/vrpn-rs" }
bytes = "0.4.12"
crossbeam = "0.8.2"
[profile.release]
opt-level = 3