5 authors = ["Andreas Widen <aw@luflow.net>"]
6 description = "flow-web is a program that will allow you to generate a static website."
7 license = "AGPL-3.0-or-later"
8 repository = "https://luflow.net/git-repos/flow-web.git"
10 documentation = "https://luflow.net/git-repos/flow-web.git"
11 keywords = ["static", "site", "generator"]
12 exclude = [".github", "/ci/*", "*.log"]
15 async-recursion = "1.1.1"
24 tokio = { version = "1.52.3", features = ["macros", "fs", "io-util", "rt-multi-thread"] }