move state to jsondb
This commit is contained in:
parent
446c0f0264
commit
073feda920
8 changed files with 145 additions and 143 deletions
|
@ -1,12 +1,10 @@
|
|||
[package]
|
||||
name = "transbeam"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["xenofem <xenofem@xeno.science>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13"
|
||||
actix-files = "0.6.0"
|
||||
|
@ -22,6 +20,7 @@ dotenv = "0.15"
|
|||
env_logger = "0.9"
|
||||
futures-core = "0.3"
|
||||
inotify = "0.10"
|
||||
jsondb = { version = "0.4.0", git = "https://git.xeno.science/xenofem/jsondb" }
|
||||
log = "0.4"
|
||||
mime = "0.3.16"
|
||||
mnemonic = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue