diff options
| -rw-r--r-- | mumctl/Cargo.toml | 1 | ||||
| -rw-r--r-- | mumd/Cargo.toml | 1 | ||||
| -rw-r--r-- | mumlib/Cargo.toml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 621b1d0..f19a67c 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -9,6 +9,7 @@ CLI controller for mumd. """ repository = "https://github.com/sornas/mum" license = "MIT" +readme = "../README.md" [dependencies] mumlib = { version = "0.3", path = "../mumlib" } diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index a853622..9d7eeaa 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -9,6 +9,7 @@ Mumble client daemon. """ repository = "https://github.com/sornas/mum" license = "MIT" +readme = "../README.md" [features] default = ["notifications"] 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" |
