Skip to content

Commit e26d089

Browse files
committed
feat: code
1 parent ff53d10 commit e26d089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docsite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
dioxus = "0.4.3"
1414
dioxus-retrouter = { version = "0.4.0", features = ["web"] }
1515

16-
karaty-blueprint = {path = "../blueprint"}
16+
karaty-blueprint = "0.2.2"
1717

1818
serde = { version = "1", features = ["derive"] }
1919
toml = "0.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::collections::HashMap;
22
pub fn loader() -> HashMap<String, karaty_blueprint::Templates> {
33
let mut templates: HashMap<String, karaty_blueprint::Templates> = HashMap::new();
4-
templates.insert("karaty_docsite".to_string(), karaty_docsite::export());
54
templates.insert("karaty_template".to_string(), karaty_template::export());
5+
templates.insert("karaty_docsite".to_string(), karaty_docsite::export());
66
templates
77
}

0 commit comments

Comments
 (0)