kith 0.1.2

A TUI for accessing Teleport databases
1
2
3
4
5
6
7
8
debug:
	RUST_LOG=debug cargo run src/main.rs

info:
	RUST_LOG=info cargo run src/main.rs

run:
	cargo run src/main.rs