@@ -0,0 +1,6 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "rs-webmark"
+version = "0.1.0"
+
@@ -0,0 +1,12 @@
+[package]
+authors = ["alexandrel"]
+edition = "2018"
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[dependencies]
+maud = "*"
+pulldown-cmark = "*"
+syntect = "3.0"
@@ -0,0 +1,4 @@
+fn main() {
+ // Layout of site
+ println!("Hello, world!");
+}