Files
trailbase/examples/custom-binary/Cargo.toml
T
Sebastian Jeltsch bdb3735840 Squash all commits for a fresh start.
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
2024-10-30 23:38:56 +01:00

12 lines
290 B
TOML

[package]
name = "custom-binary"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "^0.7.5" }
env_logger = "^0.11.3"
tokio = { version = "^1.38.0", features=["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.18"
trailbase-core = { path = "../../trailbase-core" }