fixing up the api to work better for nix and move the table format
This commit is contained in:
parent
774328aa5b
commit
ee252aec13
7 changed files with 305 additions and 96 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue