1 { lib, rustPlatform, fetchCrate, pkg-config, openssl }:
3 rustPlatform.buildRustPackage rec {
4 pname = "shticker-book-unwritten";
9 crateName = "shticker_book_unwritten";
10 sha256 = "sha256-jI2uL8tMUmjZ5jPkCV2jb98qtKwi9Ti4NVCPfuO3iB4=";
13 cargoSha256 = "sha256-Tney9SG9MZh7AUIT1h/dlgJyRrSPX7mUhfsKD1Rfsfc=";
15 nativeBuildInputs = [ pkg-config ];
17 buildInputs = [ openssl ];