File: Cargo.toml

package info (click to toggle)
rust-axum 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,392 kB
  • sloc: javascript: 35; makefile: 24; sql: 6; sh: 1
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "example-static-file-server"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.5.2", features = ["util"] }
tower-http = { version = "0.6.1", features = ["fs", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }