Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhx committed Dec 10, 2022
1 parent 731edf4 commit 847577e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crabviz"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -19,7 +19,7 @@ crossbeam-channel = "0.5"

serde = "1.0"
serde_json = "1.0"
shellexpand = "2.1"
shellexpand = "3.0"

walkdir = "2.3"
dashmap = "5.4"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ crabviz is a static code analysis tool that generates interactive call graph.

## Preview

![preview](https://user-images.githubusercontent.com/20551552/202851677-958dfde9-32e5-4be0-a8d2-054cc8651898.gif)
![preview](https://user-images.githubusercontent.com/20551552/206857636-4f7ad70f-2f65-4f0a-ac77-8f6cca7515e5.gif)

## Supported Languages

* Rust
* Go

## Features

Expand Down

0 comments on commit 847577e

Please sign in to comment.