init rust db backend
This commit is contained in:
12
lootalot_db/Cargo.toml
Normal file
12
lootalot_db/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "lootalot-db"
|
||||
version = "0.1.0"
|
||||
authors = ["Artus <artus@landoftheunicorn.ovh>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
dotenv = "*"
|
||||
|
||||
[dependencies.diesel]
|
||||
version = "1.0"
|
||||
features = ["sqlite"]
|
||||
Reference in New Issue
Block a user