jami-cli 0.0.0

Jami client for terminal
all: build run

build:
	cargo fmt
	cargo build

run:
	cargo run

publish:
	cargo publish