0.5.2 new repo location
This commit is contained in:
parent
f5fb7e1a49
commit
b22b8864ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/target
|
/target
|
||||||
|
personal-notes.md
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "toru"
|
name = "toru"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Aaron Manning <contact@aaronmanning.net>"]
|
authors = ["Aaron Manning <contact@aaronmanning.net>"]
|
||||||
license = "GPL-2.0-only"
|
license = "GPL-2.0-only"
|
||||||
description = "A command line task manager."
|
description = "A command line task manager."
|
||||||
repository = "https://github.com/aaron-jack-manning/toru"
|
repository = "https://git.aaronmanning.net/aaronmanning/toru"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.22", features = ["serde"] }
|
chrono = { version = "0.4.22", features = ["serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user