diff options
-rw-r--r-- | example/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml index c80daa3..003ad19 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -6,6 +6,6 @@ authors = ["HampusM <hampus@hampusmat.com>"] edition = "2021" [dependencies] -syrette = { path = "../syrette" } +syrette = "0.1.0" error-stack = "0.1.1" |