diff --git a/Cargo.toml b/Cargo.toml index 64352c5..f420418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "meowlog" +authors = ["xqtc"] version = "0.1.0" edition = "2024" +license = "MIT" +repository = "https://git.heroin.trade/xqtc/meowlog" +[package] +exclude = ["assets/", ".*"] [dependencies] inquire = { version="0.7.5", features = ["date"] } diff --git a/README.md b/README.md new file mode 100644 index 0000000..f657cee --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + + +# meowlog +--- + +> Huge thanks to the people of [TripSit](https://tripsit.me) for letting me use their database on drugs. Go check them out. They're doing great things for harm reduction. + + + + + diff --git a/assets/img.png b/assets/img.png new file mode 100644 index 0000000..5a379d5 Binary files /dev/null and b/assets/img.png differ