We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1a4cd commit f1986b3Copy full SHA for f1986b3
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
resolver = "2"
9
10
[workspace.package]
11
-version = "0.1.1"
+version = "0.1.2"
12
edition = "2021"
13
authors = ["oneofthezombies"]
14
repository = "https://github.com/oneofthezombies/kill-tree"
crates/libs/kill_tree/Cargo.toml
@@ -8,6 +8,7 @@ edition.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
+readme.workspace = true
[dependencies]
tokio = { version = "1.36.0", features = ["full"] }
0 commit comments