aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
blob: 003ad19db5a6fd2198c30681f8404ea39445eff2 (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 = "0.1.0"
error-stack = "0.1.1"