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