diff --git a/Cargo.toml b/Cargo.toml index aac57a4..4c73dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "prsqlite" version = "0.1.0" edition = "2021" +license = "Apache-2.0" license-file = "LICENSE" description = "Pure Rust SQLite" homepage = "https://github.com/kawasin73/prsqlite"