radicle-surf 0.0.1

A code surfing library for VCS file systems
Documentation
with import <nixpkgs> {};
stdenv.mkDerivation {
    name = "radicle-surf-dev";
    buildInputs = [ pkgconfig zlib openssl rustup ];
}