X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=Cargo.toml;h=2ec172e055695218879dfc90375013524142c8e1;hp=a642e49d5b497ee55da0bb597d5b198b15b1bbe4;hb=7ed2d982ac15df78e;hpb=a622f4b9138f7e21ddf616d325a0a2cddbc227ff diff --git a/Cargo.toml b/Cargo.toml index a642e49..2ec172e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +global_counter = { version = "0.2.2", default-features = false }