[package] authors.workspace = true description = "TypeDialog Web server for interactive forms using axum" edition.workspace = true license.workspace = true name = "typedialog-web" repository.workspace = true version.workspace = true [[bin]] name = "typedialog-web" path = "src/main.rs" [package.metadata.binstall] bin-dir = "bin/{ bin }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/typedialog-{ target }.tar.gz" [dependencies] anyhow = { workspace = true } clap = { workspace = true } serde_json = { workspace = true } tokio = { workspace = true, features = ["rt-multi-thread"] } toml = { workspace = true } tracing-subscriber = { workspace = true } typedialog-core = { path = "../typedialog-core", features = ["web", "i18n", "encryption"] } unic-langid = { workspace = true } [lints] workspace = true