Allow port to be changed using MTT_PORT environment variable.

This commit is contained in:
2022-06-11 18:10:23 -04:00
parent d92761ed70
commit e40e190e1e
8 changed files with 597 additions and 30 deletions

View File

@@ -7,8 +7,9 @@ edition = "2021"
[dependencies]
# morethantext = { git=https://gitea.baskinprattle.com/jbaskin/MoreThanText.git }
async-std = { version = "1.10.0", features = ["attributes"] }
tide = "0.16.0"
async-std = { version = "1.11", features = ["attributes"] }
tide = "0.16"
config = "0.13"
[dev-dependencies]
tide-testing = "0.1.3"