feat: Add itch.io as possible platform

This commit is contained in:
Philip Kristoffersen
2021-09-29 22:08:15 +02:00
parent 750379202e
commit 05dbaa95e4
8 changed files with 60 additions and 11 deletions
+1
View File
@@ -4,6 +4,7 @@ use nom::{
IResult,
};
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub(crate) struct DbPaths<'a> {
pub(crate) base_path: &'a str,
pub(crate) path: &'a str,