* Admin changes to better explain what's going on this repo

This commit is contained in:
shockrah 2021-09-06 22:39:30 -07:00
parent 42924e8419
commit d5fbb17baa
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
msg

1
Cargo.lock generated
View File

@ -57,6 +57,7 @@ dependencies = [
name = "clippable-cli"
version = "0.1.0"
dependencies = [
"clap",
"dblib",
"serde",
"serde_json",

7
readme.md Normal file
View File

@ -0,0 +1,7 @@
# Clippable
A small self hostable alternative to streamable
## Currently being built
For a full status on things to do before its ready for regular use check the issues page.