From d5a66a151be4cdcd2799aece5d59e16800bd0649 Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Sun, 17 Nov 2024 00:27:53 +0100 Subject: [PATCH] feat(cargo): cargo config example --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index caf6b3e..5496fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] +# clap = "2.27.1" # from crates.io +# rand = { git = "https://github.com/rust-lang-nursery/rand" } # from online repo +# bar = { path = "../bar" } # from a path in the local filesystem