diff options
Diffstat (limited to 'example/Cargo.toml')
-rw-r--r-- | example/Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml deleted file mode 100644 index 003ad19..0000000 --- a/example/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "example" -version = "0.1.0" -license = "LGPL-2.1" -authors = ["HampusM <hampus@hampusmat.com>"] -edition = "2021" - -[dependencies] -syrette = "0.1.0" -error-stack = "0.1.1" - |