mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +00:00
Remove node/src/main.rs (#3969)
This commit is contained in:
committed by
Bastian Köcher
parent
7627428f44
commit
14e4cf9155
@@ -15,13 +15,15 @@
|
||||
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use cli::{NoCustom, CoreParams};
|
||||
|
||||
use std::{fs, env, path::Path};
|
||||
|
||||
use structopt::{StructOpt, clap::Shell};
|
||||
use vergen::{ConstantsFlags, generate_cargo_keys};
|
||||
|
||||
fn main() {
|
||||
build_shell_completion();
|
||||
generate_cargo_keys(ConstantsFlags::all())
|
||||
.expect("Failed to generate metadata files");
|
||||
println!("cargo:rerun-if-changed=.git/HEAD");
|
||||
}
|
||||
|
||||
/// Build shell completion scripts for all known shells
|
||||
|
||||
Reference in New Issue
Block a user