workspace dependencies
This commit is contained in:
parent
6960959794
commit
d9fafa1db6
6 changed files with 141 additions and 4 deletions
|
|
@ -2,5 +2,10 @@
|
|||
name = "froxy-server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.8"
|
||||
serde = { workspace = true }
|
||||
smol_str = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
fn main() {
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue