File: Cargo.toml

package info (click to toggle)
rust-axum 0.8.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,676 kB
  • sloc: javascript: 35; makefile: 23; sql: 6; sh: 1
file content (12 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "example-query-params-with-empty-strings"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
axum = { path = "../../axum" }
http-body-util = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.5.2", features = ["util"] }