Allow port to be changed using MTT_PORT environment variable.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user