Preliminary state
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
pkgs,
|
||||
}:
|
||||
|
||||
pkgs.rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "fvnn-minijax";
|
||||
version = "0.0.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Simple implementation of neural networks and verifiers";
|
||||
homepage = "https://github.com/Pantonius/fvnn-minijax";
|
||||
license = pkgs.lib.licenses.unlicense;
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user