From 9a8afd4dae8972f89bdcacc8f2e153591736f95c Mon Sep 17 00:00:00 2001 From: zsyg Date: Sat, 8 Nov 2025 09:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=BC=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8dfe54a..8cde540 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "slint_test" version = "0.1.0" edition = "2024" +license = "Apache-2.0" +authors = ["3872006562@qq.com"] +description = "一个slint的测试项目" [[bin]] name = "slint_test"