aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 13:09:14 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 17:14:23 +0100
commit5299dae10b095d95317796062d85a0e9e88f3ce2 (patch)
treee7977e110b35d4218aa851ea1bab4aa86d404921 /Cargo.toml
parent260a2d079dc500ba50b0f06a43b341fe65fd2d45 (diff)
Add build scripts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 <wmap@r.bdr.sh>"]
[dependencies]
cairo-rs = "0.21.5"