diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-09 22:02:15 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-09 22:02:15 +0200 |
commit | 152a7a71101b94e4ddaa221396403d7dd1e76dbe (patch) | |
tree | cff8e46dc88396165b87e3cc83227eda1e51e186 /example/Cargo.toml | |
parent | dda28f312ac87e84b6daed1ace7b2bcc3e47f71d (diff) |
docs: add example
Diffstat (limited to 'example/Cargo.toml')
-rw-r--r-- | example/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml new file mode 100644 index 0000000..c80daa3 --- /dev/null +++ b/example/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "example" +version = "0.1.0" +license = "LGPL-2.1" +authors = ["HampusM <hampus@hampusmat.com>"] +edition = "2021" + +[dependencies] +syrette = { path = "../syrette" } +error-stack = "0.1.1" + |