Skip to content

Commit dec08c1

Browse files
committed
fix: update docs and remove more dependencies
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent 1b27caf commit dec08c1

4 files changed

Lines changed: 1 addition & 75 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ crate-type = ["cdylib", "rlib"]
1010
[dependencies]
1111
anyhow = "1.0.100"
1212
clap = { version = "4.5.53", features = ["derive"] }
13-
pretty_env_logger = "0.5.0"
1413
regex = "1.12.2"
1514
url = "2.5.7"
1615
wat = { version = "1.243.0"}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ componentize-go --world my-world --wit-path ./my_app/wit componentize --mod ./my
3030

3131
### Run
3232
```sh
33-
git clone --depth 1 https://github.com/asteurer/componentize-go
34-
cargo install --path ./componentize-go
33+
cargo install --git https://github.com/asteurer/componentize-go
3534
```

src/bin/componentize-go.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ use anyhow::Result;
22
use std::env;
33

44
fn main() -> Result<()> {
5-
pretty_env_logger::init_timed();
65
componentize_go::command::run(env::args_os())
76
}

0 commit comments

Comments
 (0)