- Created a basic setup for the importing of notes
- Included an example showing how to serialize and deserialize with Serde and DGraph
Showing
+145 -1
... | ... | @@ -19,3 +19,5 @@ serde_json = "1.0.51" |
tokio = { version = "0.2.18", features = ["macros"] } | ||
warp = { version = "0.2.1", features = ["tls"] } | ||
config = { version = "0.10.1" } | ||
glob = "0.3.0" | ||
\ No newline at end of file |
src/importers/mod.rs
0 → 100644
src/importers/note_importer.rs
0 → 100644
Please register or sign in to comment