Cargo refs fixes

This commit is contained in:
Abdulla Abdurakhmanov 2020-08-09 16:18:09 +03:00
parent d7a4c57699
commit 32e47723f7
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ repository = "https://github.com/abdolence/slack-morphism-rust"
documentation = "https://docs.rs/slack_morphism"
keywords = ["slack", "client"]
categories = ["api-bindings"]
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"]
readme = "../../README.md"
include = ["Cargo.toml", "src/**/*.rs", "../../README.md", "../../LICENSE"]
[lib]
name = "slack_morphism"

View file

@ -9,8 +9,8 @@ repository = "https://github.com/abdolence/slack-morphism-rust"
documentation = "https://docs.rs/slack_morphism"
keywords = ["slack", "client"]
categories = ["api-bindings"]
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"]
readme = "../../README.md"
include = ["Cargo.toml", "src/**/*.rs", "../../README.md", "../../LICENSE"]
[lib]
name = "slack_morphism_models"