From 44c7bcba4b3c789ed2742a0c1de3d50a776c8974 Mon Sep 17 00:00:00 2001 From: Sungmann Cho Date: Tue, 22 Oct 2024 22:32:26 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75aae36..0eabc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] +authors = ["Sungmann Cho "] description = "Breakpad for Rust" +documentation = "https://docs.rs/breakpad-rs" edition = "2021" -license-file = "LICENSE" +license = "MIT" name = "breakpad-rs" readme = "README.md" repository = "https://github.com/chosungmann/breakpad.rs"