crane/examples/quick-start-workspace/my-server/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
284 B
TOML
Raw Normal View History

2024-04-22 01:23:03 +03:00
[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"] }