date logic: parsing, computations, config, states
date: - parse a date specification - now has most of the date computations we need main: - add explicit state machine (states + config) - has first steps towards figuring out intended state - still needs more logic, and some stuff can probably move to date
This commit is contained in:
parent
f7627246f5
commit
124c1b2a55
3 changed files with 300 additions and 16 deletions
|
@ -20,3 +20,4 @@ rpassword = "7.3.1"
|
|||
serde = {version = "1.0.204", features = ["derive"]}
|
||||
serde_json = "1.0.122"
|
||||
colored = "2.1.0"
|
||||
nom = "7.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue