Commit graph

6 commits

Author SHA1 Message Date
Bruno BELANYI 1ea0505098 cargo: move 'processor' to 'bin' directory
I like to keep executables in their own folders, and the as much of the
business logic in a library at the root.
2022-08-22 17:49:06 +02:00
Bruno BELANYI c17a70bb39 cargo: add 'fpdec' dependency
Instead of implementing custom fixed-point decimal numbers, let's make
use of an existing implementation until it is deemed inappropriate.
2022-08-22 17:25:18 +02:00
Bruno BELANYI aedc20526a git: ignore generated files 2022-08-22 17:11:53 +02:00
Bruno BELANYI aae81e0e91 nix: add direnv integration 2022-08-22 17:11:53 +02:00
Bruno BELANYI e53634976c nix: init flake environment 2022-08-22 17:11:53 +02:00
Bruno BELANYI 7797f40d2e cargo: init build system 2022-08-22 17:11:53 +02:00