about summary refs log tree commit diff stats
path: root/pkgs/by-name/ya/yambar-memory/package.nix
blob: a144dc4ca6e93173d1509450a6186839f5d23303 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{rustPlatform}:
rustPlatform.buildRustPackage {
  pname = "yambar_memory";
  version = "0.1.0";

  src = ./.;
  cargoLock = {
    lockFile = ./Cargo.lock;
  };
}