From 7ef56e290d5a4dafed805a7bcf65665d8ca582ff Mon Sep 17 00:00:00 2001 From: Konstantinos Lampropoulos Date: Thu, 22 Aug 2024 16:44:17 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a9483b..36890e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@

Alacritty Logo +

+ + Crates.io version

A procedural macro to derive application info at compile time, using cargo compile-time env vars and `clap-rs`.
+

@@ -21,9 +28,8 @@ fn main(){ ##### Add clap: ```bash cargo add clap +cargo add appinfo ``` -##### Dependency: -* clap-rs: (https://docs.rs/clap/latest/clap/) then in a terminal do: