mission trip form now posts to nextcloud, skeleton of sqlx

This commit is contained in:
Chris Cochrun 2024-11-11 05:50:46 -06:00
parent f78e9ea162
commit 87c0d9cb01
5 changed files with 915 additions and 105 deletions

View file

@ -30,3 +30,5 @@ tracing-appender = "0.2.3"
actix-files = "0.6.6"
tracing-actix-web = "0.7.14"
color-eyre = "0.6.3"
pretty_assertions = "1.4.1"
sqlx = { version = "0.8.2", features = ["sqlite"] }