chore(Cargo.toml): Add required metadata

This commit is contained in:
Benedikt Peetz 2024-05-03 19:32:44 +02:00
parent 6c64180676
commit cc788a9493
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
name = "trixy"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
repository = "https://git.nerdcult.net/trinitrix/trixy"
categories = ["config", "compilers", "development-tools::ffi"]
keywords = ["ffi", "c-ffi", "api"]
[dependencies]
clap = { version = "4.5.4", features = ["derive"], optional = true }