diff --git a/doublets-ffi/Cargo.toml b/doublets-ffi/Cargo.toml index f1672de..fa026fe 100644 --- a/doublets-ffi/Cargo.toml +++ b/doublets-ffi/Cargo.toml @@ -2,6 +2,15 @@ name = "doublets-ffi" version = "0.1.0" edition = "2021" +authors = [ + "uselessgoddess", + "Linksplatform Team " +] +license = "Unlicense" +repository = "https://github.com/linksplatform/doublets-rs" +homepage = "https://github.com/linksplatform/doublets-rs" +description = "FFI bindings for the doublets library" +readme = "../README.md" [lib] crate-type = ["cdylib", "staticlib"]