weywot/backend
Dustin ef97448b72 web: context: Own the Config
The `server::context::Context` struct now owns the
`server::config::Config` struct.  Consumers who need to access
configuration properties can obtain a reference to the configuration
using the `config()` method.

This change will ultimately support the "service" structures, which will
be constructed and owned by the context.  They will need to reference
the config as well.
2022-01-13 20:12:15 -06:00
..
src web: context: Own the Config 2022-01-13 20:12:15 -06:00
.gitignore backend: Begin server process work 2022-01-08 17:28:42 -06:00
Cargo.lock auth: Add authentication method 2022-01-11 21:37:43 -06:00
Cargo.toml auth: Add authentication method 2022-01-11 21:37:43 -06:00
rustfmt.toml backend: Begin server process work 2022-01-08 17:28:42 -06:00