File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "crate" : [
3+ " Document"
4+ ]
5+ }
Original file line number Diff line number Diff line change 195195 gen = "${ config . packages . lbg-rust } /bin/lbg-rust" ;
196196 gen-classes = [ "Prelude.Eq" "Prelude.Json" ] ;
197197 gen-dir = "autogen" ;
198- gen-opts = [ "--config=${ config . packages . codegen-configs } /rust-prelude-base.json" ] ;
198+ gen-opts = [
199+ "--packages lb-pkgs.json"
200+ "--config=${ config . packages . codegen-configs } /rust-prelude-base.json" ] ;
199201 work-dir = ".work" ;
200202 } } "$@";
201203 '' ;
211213 gen-classes = [ "Prelude.Eq" "Prelude.Json" "Plutus.V1.PlutusData" ] ;
212214 gen-dir = "autogen" ;
213215 gen-opts = [
216+ "--packages lb-pkgs.json"
214217 "--config=${ config . packages . codegen-configs } /rust-prelude-base.json"
215218 "--config=${ config . packages . codegen-configs } /rust-plutus-pla.json"
216219 ] ;
You can’t perform that action at this time.
0 commit comments