We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dd140 commit 66e212aCopy full SHA for 66e212a
Cargo.toml
@@ -0,0 +1,14 @@
1
+[package]
2
+name = "svelte-on-rust"
3
+version = "0.2.0"
4
+authors = ["Sachin Bhutani <sachin1705@gmail.com>"]
5
+edition = "2021"
6
+
7
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
+[dependencies]
10
+chrono = "0.4.24"
11
+rocket = { version = "=0.5.0-rc.3", features = ["secrets","json"] }
12
+rocket_dyn_templates = { version = "=0.1.0-rc.3", features = ["tera"] }
13
+serde = { version ="1.0.159", features = ["derive"] }
14
+sha2 = "0.10.6"
0 commit comments