X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=concepts%2FCargo.toml;fp=concepts%2FCargo.toml;h=2ec172e055695218879dfc90375013524142c8e1;hp=0000000000000000000000000000000000000000;hb=b653e9fe9d8492f2d4b5419721f7e00b392055f9;hpb=8c240f514e17c9a935f5f392e6a87779ae1c09e8 diff --git a/concepts/Cargo.toml b/concepts/Cargo.toml new file mode 100644 index 0000000..2ec172e --- /dev/null +++ b/concepts/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "learning" +version = "0.1.0" +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 }