17 lines
336 B
TOML
17 lines
336 B
TOML
|
[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
|