Add url
to dependencies
This commit is contained in:
parent
db12059c1f
commit
35519d69ca
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1060,6 +1060,7 @@ dependencies = [
|
|||||||
"structopt",
|
"structopt",
|
||||||
"tokio",
|
"tokio",
|
||||||
"toml",
|
"toml",
|
||||||
|
"url",
|
||||||
"warp",
|
"warp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ structopt = { version = "^0.3", features = ["wrap_help"] }
|
|||||||
toml = "^0.5"
|
toml = "^0.5"
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", "sync"] }
|
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", "sync"] }
|
||||||
|
url = "^2.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sqlite"]
|
default = ["sqlite"]
|
||||||
|
2
noise-server.toml
Normal file
2
noise-server.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
database-path = "noise-server.sqlite"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user