File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
codegen-v2/src/codegen/rust
templates/blockchain_crate Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ use std::path::PathBuf;
1313const BLOCKCHAIN_ADDRESS_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/address.rs" ) ;
1414const BLOCKCHAIN_COMPILER_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/compiler.rs" ) ;
1515const BLOCKCHAIN_ENTRY_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/entry.rs" ) ;
16- const BLOCKCHAIN_MANIFEST_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/Cargo.toml" ) ;
16+ const BLOCKCHAIN_MANIFEST_TEMPLATE : & str =
17+ include_str ! ( "templates/blockchain_crate/Cargo.toml.hbs" ) ;
1718const BLOCKCHAIN_LIB_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/lib.rs" ) ;
1819const BLOCKCHAIN_SIGNER_TEMPLATE : & str = include_str ! ( "templates/blockchain_crate/signer.rs" ) ;
1920
File renamed without changes.
You can’t perform that action at this time.
0 commit comments