add manual crud commands.

refactor cli interface.
remove file handler.
This commit is contained in:
publicmatt
2024-04-03 07:33:48 -07:00
parent dbdcf5a3ab
commit 0b128ee2e1
15 changed files with 1174 additions and 669 deletions

18
.gitignore vendored
View File

@@ -1,10 +1,28 @@
deploy.sh
.env
# IntelliJ IDEA
*.iml
.idea
# Rust
/target
.cargo/
# Project
ddns_ip
records.json
# Generated by Cargo
# will have compiled files and executables
debug/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb