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"