summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHristo Mitrev <hr.mitrev@gmail.com>2022-10-17 15:26:37 +0300
committerWez Furlong <wez@wezfurlong.org>2022-10-17 07:30:15 -0700
commit6ac2a1c4830f965b834c09e945fc289aa4e40ab3 (patch)
tree3c0cc0d1e2f185e5c9d70c249ce9e7a03f17dca9 /Cargo.toml
parent5a280cba5830d830f800613caf3a23f0a110271e (diff)
Fix build on i386 architecture
Signed-off-by: Hristo Mitrev <hr.mitrev@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27e27a5..fd7bc25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ structopt = "0.3"
serde = { version="1.0", features=["derive"]}
thiserror = "1.0"
toml = "0.5"
+libc = "0.2"