mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-02 17:31:53 +01:00
15 lines
351 B
TOML
15 lines
351 B
TOML
|
[package]
|
||
|
name = "example-sessions"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
axum = { path = "../.." }
|
||
|
tokio = { version = "1.0", features = ["full"] }
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.2"
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|
||
|
async-session = "3.0.0"
|