Add much stuff for rewrite
This commit is contained in:
parent
4261141c3a
commit
bd44dc3183
37 changed files with 1356 additions and 2551 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -10,15 +10,23 @@ authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|||
#panic = 'abort'
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
diesel = { version = "1.4", features = ["sqlite", "uuid"] }
|
||||
diesel_migrations = "1.4"
|
||||
actix-web = "4.4"
|
||||
|
||||
diesel = { version = "2.1", features = ["uuid", "sqlite"] }
|
||||
diesel_migrations = "2.1"
|
||||
|
||||
dotenv = "0.15"
|
||||
env_logger = "0.9.0"
|
||||
config = "0.13"
|
||||
lazy_static = { version = "1.4.0", features = [] }
|
||||
|
||||
simple_logger = "4.2"
|
||||
log = "0.4"
|
||||
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1.5", features = ["serde", "v4"] }
|
||||
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
wiringpi = { git = "https://github.com/jvandervelden/rust-wiringpi.git " }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue