diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 13:09:14 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 17:14:23 +0100 |
| commit | 5299dae10b095d95317796062d85a0e9e88f3ce2 (patch) | |
| tree | e7977e110b35d4218aa851ea1bab4aa86d404921 /Cargo.toml | |
| parent | 260a2d079dc500ba50b0f06a43b341fe65fd2d45 (diff) | |
Add build scripts
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |