Initial Commit
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "osm-proxy"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.8"
|
||||
http-body-util = "0.1.3"
|
||||
reqwest = "0.13.2"
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.50.0", features = [
|
||||
"rt",
|
||||
"rt-multi-thread",
|
||||
"sync",
|
||||
"macros",
|
||||
"net",
|
||||
"signal",
|
||||
] }
|
||||
tower-http = { version = "0.6.8", features = ["fs", "trace", "cors"] }
|
||||
Reference in New Issue
Block a user