- Add 'secrets config set-db/show/path' subcommands - Remove dotenvy and DATABASE_URL env var support - Config file created with 0600 permission - Bump version to 0.3.0 Made-with: Cursor
6 lines
77 B
Rust
6 lines
77 B
Rust
pub mod add;
|
|
pub mod config;
|
|
pub mod delete;
|
|
pub mod search;
|
|
pub mod update;
|