mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-03-13 18:42:40 +00:00
Add thiserror to plume-common dependencies
This commit is contained in:
parent
83c628d490
commit
83ed168f9c
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3361,6 +3361,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"shrinkwraprs",
|
||||
"syntect",
|
||||
"thiserror",
|
||||
"tokio 1.24.1",
|
||||
"tracing",
|
||||
"url 2.3.1",
|
||||
|
|
|
@ -26,6 +26,7 @@ flume = "0.10.13"
|
|||
tokio = { version = "1.19.2", features = ["full"] }
|
||||
futures = "0.3.25"
|
||||
anyhow = "1.0.68"
|
||||
thiserror = "1.0.38"
|
||||
|
||||
[dependencies.chrono]
|
||||
features = ["serde"]
|
||||
|
|
Loading…
Reference in a new issue