refactor(cli): port the cli to clap
This commit is contained in:
25
Cargo.toml
Normal file
25
Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "agenda"
|
||||
description = "Manage daily tasks and notes in any plain text format."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Jonas Kattendick <kattendick@bde-software.com>",
|
||||
]
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
# "agenda_completion",
|
||||
# "agenda_manpage",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
clap = { workspace = true, features = ["derive", "env"] }
|
||||
|
||||
[workspace.dependencies]
|
||||
clap = "4.5.20"
|
||||
Reference in New Issue
Block a user