mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-19 15:59:28 -05:00
bdb3735840
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
12 lines
290 B
TOML
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" }
|