From 2c4eb2d311919ad9fb70738199ecf99bf20c9fce Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 1 Dec 2022 10:30:34 -0800 Subject: - basic functionality with psql and sqlite - cli helper tool --- justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..e41eef4 --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +run: + RUST_BACKTRACE=1 cargo run + +build: + cargo build --release -- cgit v1.2.3