Switch to pure TOML as the config format #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In spirit of trying to get the gateway as minimal as possible, I think it would be better to use the toml crate & format for configuration. This way, we can get rid of figment & serde as a dependency and hopefully make the binary even smaller (& compile faster).