You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll assume that a config file config.toml is located in that folder. If it is absent, we do not create it — we just use default settings. We never write to that file.
Format: TOML, unless there are very good reasons for another choice
Implementation:
Create a Config struct in numbat-cli/src/config.rs. Use serde and the toml crate to automatically derive deserialization functions for the config struct.
Things that a user might want to configure:
See also: #55
The text was updated successfully, but these errors were encountered: