Skip to content

Commit

Permalink
Rename wasmtime-cli to wasmtime-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 19, 2023
1 parent f0c3224 commit b6670f8
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wasmtime-cli"
name = "wasmtime-crypto"
version.workspace = true
authors.workspace = true
description = "Command-line interface for Wasmtime with the crypto extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/wasmtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use anyhow::Result;
use clap::{error::ErrorKind, Parser};
use wasmtime_cli::commands::{
use wasmtime_crypto::commands::{
CompileCommand, ConfigCommand, ExploreCommand, RunCommand, SettingsCommand, WastCommand,
};

Expand Down

0 comments on commit b6670f8

Please sign in to comment.