-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 737 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (24 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "create-neon-api"
version = "0.2.2"
edition = "2021"
include = [
"Cargo.toml",
"Cargo.lock",
"LICENSE",
"README.md",
".gitignore",
"src/**/*",
]
authors = ["Peter Mwangi <kylepeterkoine4@gmail.com>"]
description = "Bootstrap production-ready Rust backends built with Axum and the Neon Data API — serverless Postgres via REST, with built-in Auth."
license = "MIT"
repository = "https://github.com/peterkyle01/create-neon-api.git"
keywords = ["neon", "postgres", "api", "backend", "axum"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4.5", features = ["derive", "color"] }
colored = "3.0"
indicatif = "0.17"
anstyle = "1.0"
include_dir = "0.7"