Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Oct 9, 2023
1 parent 29363ad commit 8013089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wlcs-rs"
name = "wlcs"
version = "0.1.0"
edition = "2021"
rust-version = "1.56.1" # nix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ usage.
Add wlcs-rs as a dependency in `Cargo.toml`
```
[dependencies]
wlcs-rs = "^0.1.0"
wlcs = "^0.1.0"
```

0 comments on commit 8013089

Please sign in to comment.