fix: msys2 path (github #12)

This commit is contained in:
莯凛 2024-11-24 20:00:31 +08:00 committed by GitHub
parent 6feb88d48f
commit 659235bf2e
5 changed files with 80 additions and 13 deletions

View file

@ -11,10 +11,7 @@ repository = "https://github.com/iffse/pay-respects"
keywords = ["cli", "terminal", "utility", "shell"]
categories = ["command-line-utilities"]
license = "AGPL-3.0"
include = [
"**/*.rs",
"**/*.toml",
]
include = ["**/*.rs", "**/*.toml"]
[dependencies]
colored = "2"
@ -26,7 +23,7 @@ toml = { version = "0.8", optional = true }
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
curl = { version = "0.4", optional = true }
textwrap = { version = "0.16", features = ["terminal_size"], optional = true}
textwrap = { version = "0.16", features = ["terminal_size"], optional = true }
pay-respects-parser = "0.2.6"
# pay-respects-parser = { path = "../pay-respects-parser" }