You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Fix embedded templates loading
This commit is contained in:
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
tokio = { version = "1.14.0", features = ["full"] }
|
||||
futures = "0.3.18"
|
||||
anyhow = "1.0.51"
|
||||
clap = { version = "3.0.0-rc.1", features = ["derive"] }
|
||||
clap = { version = "3.0.0-rc.4", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.11", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user