Add url to dependencies

This commit is contained in:
Elias Schriefer 2021-07-21 08:21:56 +00:00
parent db12059c1f
commit 35519d69ca
3 changed files with 4 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1060,6 +1060,7 @@ dependencies = [
"structopt", "structopt",
"tokio", "tokio",
"toml", "toml",
"url",
"warp", "warp",
] ]

View File

@ -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
View File

@ -0,0 +1,2 @@
database-path = "noise-server.sqlite"