feat: add license to Cargo.toml

This commit is contained in:
rzmk 2025-05-02 16:56:05 -04:00
parent b826768049
commit 053714def7
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
repository = "https://github.com/dathere/ckanaction"
license = "Unlicense"
keywords = ["ckan"]
categories = ["api-bindings", "asynchronous"]