diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-08 13:20:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 13:20:27 +0200 |
| commit | 5df53e8fd315ac626e20c5cb5b0d3ecb4374c23e (patch) | |
| tree | 5daa96a5adce196203a119194d7aaee47e0d18ab /mumlib | |
| parent | df056214f86e42c0a2f5e5c11725ece6041cce4c (diff) | |
| parent | 52743bafca48a79990318e1f31b2a1e31bc7c598 (diff) | |
| download | mum-5df53e8fd315ac626e20c5cb5b0d3ecb4374c23e.tar.gz | |
Merge pull request #84 from mum-rs/cargo-readme
add readme to all Cargo.toml
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml index 183ebac..245b108 100644 --- a/mumlib/Cargo.toml +++ b/mumlib/Cargo.toml @@ -9,6 +9,7 @@ Exposed parts of mum. """ repository = "https://github.com/sornas/mum" license = "MIT" +readme = "../README.md" [dependencies] colored = "2" |
