feat: add basic example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 18:41:37 +02:00
parent f1cff02673
commit 131867ef61
9 changed files with 513 additions and 142 deletions

16
examples/basic/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "basic"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nefarious-login.workspace = true
tokio.workspace = true
anyhow.workspace = true
axum.workspace = true
clap.workspace = true
tracing-subscriber.workspace = true