diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-20 13:43:13 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-20 13:43:13 +0200 |
commit | 7863d9859a5cbce99c3769e4fdb40283115d358d (patch) | |
tree | 3851404b93bf1404171127b786b2a150d203f699 /example | |
parent | 1f1e79bd2601ba467c5c5ecfd5a48cf77455c331 (diff) |
docs: use syrette from crates.io in example
Diffstat (limited to 'example')
-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" |