Skip to content

Instantly share code, notes, and snippets.

@wafflespeanut
wafflespeanut / Cargo.toml
Created February 25, 2020 13:24
Actix-web paperclip UUID test
[package]
name = "testing"
version = "0.1.0"
authors = ["Ravi Shankar <[email protected]>"]
edition = "2018"
[dependencies]
actix-web = "2.0"
serde = "1.0"
uuid = { version = "0.8", features = ["serde", "v4"] }