mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
Cargo refs fixes
This commit is contained in:
parent
d7a4c57699
commit
32e47723f7
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue