blob: c80daa35a7b85ea6725debd45f58ce267feab5d6 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|