From 152a7a71101b94e4ddaa221396403d7dd1e76dbe Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 9 Jul 2022 22:02:15 +0200 Subject: docs: add example --- example/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example/Cargo.toml (limited to 'example/Cargo.toml') 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 "] +edition = "2021" + +[dependencies] +syrette = { path = "../syrette" } +error-stack = "0.1.1" + -- cgit v1.2.3-18-g5258