mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-04 00:29:44 -06:00
12 lines
212 B
TOML
12 lines
212 B
TOML
[package]
|
|
name = "custom-binary"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = "^0.8.1"
|
|
env_logger = { workspace = true }
|
|
tokio = { workspace = true }
|
|
trailbase = { workspace = true }
|