feat: add basic example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 10:48:41 +02:00
parent c34ce37e6d
commit 4e70adfb38
4 changed files with 66 additions and 1 deletions

11
Cargo.lock generated
View File

@@ -140,6 +140,17 @@ version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
[[package]]
name = "basic-setup"
version = "0.1.0"
dependencies = [
"anyhow",
"crunch",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "bitflags"
version = "1.3.2"