diff options
| author | HampusM <hampus@hampusmat.com> | 2023-03-13 23:45:46 +0100 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2023-03-13 23:45:46 +0100 |
| commit | 2ca8017deebe7bfe5aac368aead777a2c4910ca2 (patch) | |
| tree | 48b6c8a2a598d71683a8baac5f8f8aab35c20539 | |
| parent | f46a9d7c241b0603a855fca9e67358b2349fd8f0 (diff) | |
build: add license, description & repository fields to Cargo.tomlv0.1.0
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ name = "ridicule" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "Rust mocking library supporting non-static function generics" +repository = "https://git.hampusmat.com/ridicule" [dependencies] paste = "1.0.12" |
