Allow localUrl in manifest

This commit is contained in:
Jaco Greeff
2017-11-20 12:05:03 +01:00
parent 4a6b103f0e
commit 6fe361b382
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ pub struct EndpointInfo {
pub version: String,
pub author: String,
pub icon_url: String,
pub local_url: String,
}
pub type Endpoints = BTreeMap<String, Box<Endpoint>>;