From a10a7ee73040bf6c911d3862bd320e11155faa81 2020-06-18 15:03:31 From: Christopher Esterhuyse Date: 2020-06-18 15:03:31 Subject: [PATCH] cleanup --- diff --git a/Cargo.toml b/Cargo.toml index a3398504ceaa82f44063399cc81416c3e923b31d..0248d63242b98e3d6be3d4343d64eb6adf87b356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,31 +1,29 @@ [package] name = "reowolf_rs" -version = "0.1.1" +version = "0.1.3" authors = [ - "Christopher Esterhuyse ", + "Christopher Esterhuyse ", "Hans-Dieter Hiep " ] edition = "2018" [dependencies] -# hibitset = "0.6.2" - - - -# runtime stuff +# convenience macros +maplit = "1.0.2" derive_more = "0.99.2" + +# runtime getrandom = "0.1.14" # tiny crate. used to guess controller-id take_mut = "0.2.2" -maplit = "1.0.2" # convenience macros indexmap = "1.3.0" # hashsets/hashmaps with efficient arbitrary element removal -# network stuff +# network integer-encoding = "1.0.7" byteorder = "1.3.2" -mio = "0.6.21" # migrate to mio 0.7.0 when it stabilizes. It's much better. +mio = "0.6.21" # migrate to mio v0.7.0 when it stabilizes mio-extras = "2.0.6" -# protocol stuff +# protocol id-arena = "2.2.1" backtrace = "0.3" @@ -35,6 +33,7 @@ crossbeam-utils = "0.7.0" lazy_static = "1.4.0" [lib] +# compile target: dynamically linked library using C ABI crate-type = ["cdylib"] [features]