cassiopeia 0.3.0

Simple, low effort time tracking tool for the kookie-office ecosystem
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "cassiopeia";
  buildInputs = with pkgs; [
    rustracer rustup clangStdenv
  ];
}