evelessx / streaming-soundboard

Soundboard with livestream/chat integration
MIT License
0 stars 0 forks source link

Support loading config from file #4

Open evelessx opened 5 days ago

evelessx commented 5 days ago

Want to support loading configs, secrets, etc from a file (Conf.toml ) in project root.

evelessx commented 4 days ago

wow, this is a great demo of the toml and directories crates. directories will be especially helpful to know about since it allows a bit of platform agnosticism.