keybob 0.4.0

A cryptographic key utility
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "rust-dev";
  buildInputs = with pkgs; [
    rustc cargo rust-analyzer clangStdenv
  ];
}