From 5299dae10b095d95317796062d85a0e9e88f3ce2 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 17 Jan 2026 13:09:14 +0100 Subject: Add build scripts --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b441a2a..1b8cb9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "map" version = "1.0.0" edition = "2024" +license = "AGPL-3.0-or-later" +description = "Wardley Map editor for linux" +homepage = "https://map.tranquil.systems/map-for-linux" +authors = ["Rubén Beltrán del Río "] [dependencies] cairo-rs = "0.21.5" -- cgit