mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
replace anyhow with eyre
This commit is contained in:
parent
00b5567769
commit
27bd18beea
12 changed files with 172 additions and 77 deletions
|
@ -4,8 +4,9 @@ name = "zyl-site"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
color-eyre = {version = "0.6", optional = true}
|
||||
extract-frontmatter = "4"
|
||||
eyre = "0.6"
|
||||
fs_extra = "1.2"
|
||||
futures = {version = "0.3", optional = true}
|
||||
grass = {version = "0.13", default-features = false}
|
||||
|
@ -33,5 +34,5 @@ walkdir = "2"
|
|||
warp = {version = "0.3", optional = true}
|
||||
|
||||
[features]
|
||||
default = ["serve"]
|
||||
default = ["serve", "color-eyre"]
|
||||
serve = ["futures", "hotwatch", "percent-encoding", "tokio", "warp"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue