summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-06-17 17:07:50 +0200
committerAram Drevekenin <aram@poor.dev>2020-06-17 17:07:50 +0200
commitd13a17d7cbef6c8056140402d109c67a943f2109 (patch)
tree5c6453f495b3cf97623ebcbde309f7098f9d4d18
parent895be4ccc5da42d2391cd14355d61d8f711ffb10 (diff)
chore(release): 0.1.00.1.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7b36f81..673ab92 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -225,7 +225,7 @@ dependencies = [
[[package]]
name = "diskonaut"
-version = "0.0.0"
+version = "0.1.0"
dependencies = [
"cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 5a88224..cf3aea2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "diskonaut"
-version = "0.0.0"
+version = "0.1.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
+homepage = "https://github.com/imsnif/diskonaut"
+repository = "https://github.com/imsnif/diskonaut"
description = ""
license = "MIT"
edition = "2018"