Add description to Cargo.toml

This commit is contained in:
Gary Guo 2021-10-05 20:21:17 +01:00
parent 52b976dc4d
commit 9a570a961c

View File

@ -3,6 +3,9 @@ name = "unwinding"
version = "0.1.0" version = "0.1.0"
authors = ["Gary Guo <gary@garyguo.net>"] authors = ["Gary Guo <gary@garyguo.net>"]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0"
description = "Unwinding library in Rust and for Rust"
repository = "https://github.com/nbdd0121/unwinding/"
[workspace] [workspace]
members = ["cdylib", "example"] members = ["cdylib", "example"]