4 authors = ["Grégory Burri <greg.burri@gmail.com>"]
11 askama = "0.10" # Template system
12 serde = { version = "1.0", features = ["derive"] }
16 listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
17 ron = "0.6" # Rust object notation, to load configuration files.
19 percent-encoding = "2.1"