aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/constants.rs
Commit message (Collapse)AuthorAgeFilesLines
* style(global): fix license specFuwn2021-06-141-1/+1
|
* build(global): bump toolchain releaseFuwn2021-06-051-1/+3
| | | | This commit also fixes all of the new lints that arose because of the bump.
* refactor(server): final refactoring of replacing command type constants with ↵Fuwn2021-06-021-30/+0
| | | | enum values
* refactor(server): use enum for command typesFuwn2021-06-021-0/+33
|
* refactor(server): fix some unnecessarily exposed modules, allow dead code ↵Fuwn2021-05-231-0/+2
| | | | for constants
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+32