소스 검색

Add description to Cargo.toml

Gary Guo 3 년 전
부모
커밋
9a570a961c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -3,6 +3,9 @@ name = "unwinding"
 version = "0.1.0"
 authors = ["Gary Guo <gary@garyguo.net>"]
 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"]