mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
12 lines
284 B
TOML
12 lines
284 B
TOML
[package]
|
|
name = "my-server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = "0.7.5"
|
|
my-common = { path = "../my-common" }
|
|
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
|
tokio = { version = "1.0", features = ["full"] }
|