Basic minimal prototype

Use a postgres database as storage and start with sone basic
functionality.
This commit is contained in:
finga 2023-01-23 23:36:03 +01:00
commit 665015c296
14 changed files with 1082 additions and 0 deletions

7
.cargo/config Normal file
View file

@ -0,0 +1,7 @@
[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Dwarnings",
"-Dclippy::pedantic",
"-Dclippy::nursery",
"-Dclippy::cargo",
]