net_util: Derive thiserror::Error

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-08-10 14:58:36 -07:00
committed by Rob Bradford
parent 6a1e637a46
commit f39b08f21f
6 changed files with 42 additions and 35 deletions
+1
View File
@@ -12,6 +12,7 @@ log = "0.4.17"
net_gen = { path = "../net_gen" }
rate_limiter = { path = "../rate_limiter" }
serde = "1.0.143"
thiserror = "1.0.32"
versionize = "0.1.6"
versionize_derive = "0.1.4"
virtio-bindings = "0.1.0"