Skip to content

Commit

Permalink
v0.2.0-cleanup3
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinbhutani committed Apr 14, 2023
1 parent 12dd140 commit 66e212a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "svelte-on-rust"
version = "0.2.0"
authors = ["Sachin Bhutani <sachin1705@gmail.com>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.24"
rocket = { version = "=0.5.0-rc.3", features = ["secrets","json"] }
rocket_dyn_templates = { version = "=0.1.0-rc.3", features = ["tera"] }
serde = { version ="1.0.159", features = ["derive"] }
sha2 = "0.10.6"

0 comments on commit 66e212a

Please sign in to comment.