diff options
Diffstat (limited to 'examples/csrf/Cargo.toml')
-rw-r--r-- | examples/csrf/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/csrf/Cargo.toml b/examples/csrf/Cargo.toml deleted file mode 100644 index b6768ed..0000000 --- a/examples/csrf/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "csrf" -version = "0.1.0" -authors = ["Martin Fischer <martin@push-f.com>"] -edition = "2018" -publish = false - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -hyper = "0.13" -sputnik = {path = "../../"} -serde = { version = "1.0", features = ["derive"] } -tokio = { version = "0.2", features = ["full"] } -thiserror = "1.0"
\ No newline at end of file |