Add option types for top-level commands
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "reminder-rs"
|
||||
name = "reminder_rs"
|
||||
version = "1.6.50"
|
||||
authors = ["Jude Southworth <judesouthworth@pm.me>"]
|
||||
edition = "2021"
|
||||
@ -35,6 +35,9 @@ path = "postman"
|
||||
[dependencies.reminder_web]
|
||||
path = "web"
|
||||
|
||||
[dependencies.extract_macro]
|
||||
path = "extract_macro"
|
||||
|
||||
[package.metadata.deb]
|
||||
depends = "$auto, python3-dateparser (>= 1.0.0)"
|
||||
suggests = "mysql-server-8.0, nginx"
|
||||
|
Reference in New Issue
Block a user