diff --git a/.gitignore b/.gitignore index ea8c4bf..18e75d0 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +personal-notes.md diff --git a/Cargo.toml b/Cargo.toml index cbb9e24..dccada6 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "toru" -version = "0.5.1" +version = "0.5.2" edition = "2021" authors = ["Aaron Manning "] license = "GPL-2.0-only" description = "A command line task manager." -repository = "https://github.com/aaron-jack-manning/toru" +repository = "https://git.aaronmanning.net/aaronmanning/toru" [dependencies] chrono = { version = "0.4.22", features = ["serde"] }