Dustin C. Hatch 545baa1c36 Use Rocket's Figment for configuration
Instead of reading our own TOML file for configuration, we can hook into
Rocket's [built-in configuration system][0].  Although it doesn't matter
much right now, it may if we end up using Rocket's SQL [database
integration][1], because it uses the same mechanism.  Without making
this change, we would end up with two configuration files in that case.

[0]: https://rocket.rs/guide/v0.5/configuration/#extracting-values
[1]: https://rocket.rs/guide/v0.5/state/#databases
2025-03-09 07:07:55 -05:00
2025-03-05 18:02:52 -06:00
2025-03-05 18:02:52 -06:00
2025-03-05 18:02:52 -06:00
2025-03-05 18:02:52 -06:00
2025-03-08 20:08:45 -06:00
Description
No description provided
374 KiB
Languages
Rust 55.4%
TypeScript 35.5%
JavaScript 2.7%
CSS 2.7%
Dockerfile 2.2%
Other 1.5%