syndicate-rs: add meta

This commit is contained in:
Emery Hemingway 2021-09-03 13:48:15 +02:00
parent 1d46261bb6
commit a9d8a8ee8b
1 changed files with 7 additions and 0 deletions

View File

@ -11,4 +11,11 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-sagyE3yCmSNwqgZrgnw1ar7S37iZhVYYpn3WtIoBIU8=";
nativeBuildInputs = [ rust pkg-config ];
buildInputs = [ openssl ];
meta = {
description =
"Rust implementation of Dataspaces, Syndicate, and a high-speed networked dataspace broker.";
homepage = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs/";
maintainers = with lib.maintainers; [ ehmry ];
};
}