Add META6.json

This commit is contained in:
swagg boi 2023-11-13 22:02:31 -05:00
parent 6ed7c2b143
commit a61ae7b65c

12
META6.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "Pastes-Bin",
"depends": [
"Humming-Bird",
"Template::Mustache",
"DBIish",
"DB::Migration::Simple"
],
"provides": {
"Pastes-Bin": "lib/Pastes-Bin.rakumod"
}
}