diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ base16ct = { version = "0.2.0", features = ["alloc"] } hex = "0.4.3" rand = "0.8.5" rocket = { version = "0.5.1", features = ["json"] } +rocket_cors = "0.6.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.120" sha2 = "0.10.8" |