diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ name = "barb" version = "0.1.0" edition = "2018" +license = "GPL-3.0-or-later" +description = "Command-line tool to perform file-based HTTP(s) requests." +repository = "https://gitlab.com/guillaume54/barb" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |