moved config settings to separate module.
This commit is contained in:
@@ -8,8 +8,10 @@ edition = "2021"
|
||||
[dependencies]
|
||||
# morethantext = { git=https://gitea.baskinprattle.com/jbaskin/MoreThanText.git }
|
||||
async-std = { version = "1.11", features = ["attributes"] }
|
||||
tide = "0.16"
|
||||
config = "0.13"
|
||||
serde = "1.0"
|
||||
tide = "0.16"
|
||||
|
||||
[dev-dependencies]
|
||||
tide-testing = "0.1.3"
|
||||
serial_test = "0.7"
|
||||
tide-testing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user