X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=Cargo.toml;h=2ec172e055695218879dfc90375013524142c8e1;hp=a642e49d5b497ee55da0bb597d5b198b15b1bbe4;hb=b756cb948f64416c2f5fd280a971bc7daa3bddea;hpb=b6a408eb8944df04d6c6e876a9a00f6c425f47f1 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 }