From 071750476473cb2d3101e4a3d6d99941f34d36d4 Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Fri, 2 Jun 2023 15:55:15 +0200 Subject: [PATCH] Add license --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c4d90b..9c1d8c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "beamctl" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/samply/beamctl" - +documentation = "https://github.com/samply/beamctl" +license = "Apache-2.0" [dependencies] anyhow = "1"