diff options
author | curly <curly@infernal.garden> | 2024-07-15 18:28:53 -0600 |
---|---|---|
committer | curly <curly@infernal.garden> | 2024-07-15 18:28:53 -0600 |
commit | b6018c2db2f466a75bd375cf3533f1c49367175e (patch) | |
tree | 61c1663eec82ac7555581041019d2a6621b4963b /Cargo.toml | |
parent | b08f2c36ef6808d3a28252872f0a77ff099f6df7 (diff) | |
download | poko_server-b6018c2db2f466a75bd375cf3533f1c49367175e.tar.gz poko_server-b6018c2db2f466a75bd375cf3533f1c49367175e.tar.bz2 poko_server-b6018c2db2f466a75bd375cf3533f1c49367175e.zip |
crap cors
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" |