From 08c444d16de70988bb32732341deab580989c7a7 Mon Sep 17 00:00:00 2001 From: Szpachlarz Date: Sat, 13 Jul 2024 15:16:09 +0200 Subject: [PATCH] cargo: add crate description --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0d05785..f76a3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "topola" +description = "Topological PCB router" version = "0.1.0" edition = "2021" default-run = "topola-egui"