fixing up the api to work better for nix and move the table format

This commit is contained in:
Chris Cochrun 2025-06-23 15:13:42 -05:00
parent 774328aa5b
commit ee252aec13
7 changed files with 305 additions and 96 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "tfcapi"
name = "tfcsite"
version = "0.1.0"
edition = "2021"
@ -32,6 +32,7 @@ tracing-actix-web = "0.7.14"
color-eyre = "0.6.3"
pretty_assertions = "1.4.1"
sqlx = { version = "0.8.2", features = ["sqlite"] }
clap = { version = "4.5.40", features = ["derive"] }
[profile.dev]
opt-level = 0