Your one-stop-cake-shop for everything Freshly Baked has to offer
at main 546 B view raw
1# SPDX-FileCopyrightText: 2026 Freshly Baked Cake 2# 3# SPDX-License-Identifier: CC0-1.0 4 5[package] 6name = "menu" 7version = "0.1.0" 8edition = "2024" 9 10[dependencies] 11axum = { version = "0.8.8", features = ["macros"] } 12serde = { version = "1.0.228", features = ["derive"] } 13sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls-ring-webpki", "postgres", "uuid", "macros"] } 14tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } 15tower-http = { version = "0.6.8", features = ["normalize-path"] } 16tower-layer = "0.3.3"