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