Basic minimal prototype
Use a postgres database as storage and start with sone basic functionality.
This commit is contained in:
commit
665015c296
14 changed files with 1082 additions and 0 deletions
7
.cargo/config
Normal file
7
.cargo/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
[target.'cfg(feature = "cargo-clippy")']
|
||||
rustflags = [
|
||||
"-Dwarnings",
|
||||
"-Dclippy::pedantic",
|
||||
"-Dclippy::nursery",
|
||||
"-Dclippy::cargo",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue