1 { lib, rustPlatform, fetchFromGitea }:
3 rustPlatform.buildRustPackage rec {
8 domain = "codeberg.org";
12 hash = "sha256-BYE+GGwf84zENf+lPS98OzZQbXxd7kykWL+B3guyVNI=";
15 cargoHash = "sha256-kguQmCXP5+E6e8CSKP18faa93VKToU2pcQixDOBrd+8=";
18 description = "Print the duration between two times";
19 homepage = "https://codeberg.org/annaaurora/dabet";
20 license = licenses.lgpl3Only;
21 maintainers = with maintainers; [ annaaurora ];
22 mainProgram = "dabet";