Skip to content

Commit b0df664

Browse files
committed
fix: Change readme.md path in cli crate Cargo.toml
1 parent b1bbfc1 commit b0df664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ license = "MIT"
88
description = "devrc is an easy to use task runner tool on steroids for developers"
99
keywords = ["tasks", "automation", "makefile", "command-line"]
1010
categories = ["command-line-utilities", "development-tools", "config"]
11-
readme = "README.md"
11+
readme = "../README.md"
1212

1313
authors = ["Alex <[email protected]>"]
1414
repository = "https://github.com/devrc-hub/devrc"
1515
homepage = "https://github.com/devrc-hub/devrc"
1616

1717

18-
include = ["src/**/*", "Cargo.toml", "../LICENSE", "README.md", "../CHANGELOG.md", "./build.rs"]
18+
include = ["src/**/*", "Cargo.toml", "../LICENSE", "../README.md", "../CHANGELOG.md", "./build.rs"]
1919

2020
[dependencies]
2121
env_logger = "0.10.0"

0 commit comments

Comments
 (0)