From 9a570a961cb6322534ad6bb9e42c1958d3b1c8b3 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Tue, 5 Oct 2021 20:21:17 +0100 Subject: [PATCH] Add description to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a8ffccd..5c6ec2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "unwinding" version = "0.1.0" authors = ["Gary Guo "] edition = "2018" +license = "MIT OR Apache-2.0" +description = "Unwinding library in Rust and for Rust" +repository = "https://github.com/nbdd0121/unwinding/" [workspace] members = ["cdylib", "example"]