diff --git a/Cargo.toml b/Cargo.toml index f257a996..8323cfb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/" homepage = "https://kdheepak.com/taskwarrior-tui" readme = "README.md" -authors = ["Dheepak Krishnamurthy "] +authors = ["Dheepak Krishnamurthy ", "Etherbloom "] edition = "2018" keywords = ["taskwarrior", "tui"] categories = ["command-line-utilities"] @@ -60,4 +60,4 @@ lto = "fat" [build-dependencies] clap = { version = "4.5.7", features = ["derive"] } clap_complete = "4.5.5" -shlex = "1.3.0" +shlex = "1.3.0" \ No newline at end of file