diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-21 19:50:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-21 19:50:42 +0200 |
commit | 18f60ba07893c79100c8c576a717059f3da33c84 (patch) | |
tree | ccfe5929b02c0c5a7db5397ba9a1f171294e6d63 /example/Cargo.toml | |
parent | 2d1a6b2d432408d74eb57e0bda3f7434617e1070 (diff) |
docs: rename example folder to examples
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" - |