diff options
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" + |