diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d04df4b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "oistos" +version = "0.1.0" +authors = ["Josias <me@josias.dev>"] +edition = "2018" +license = "MIT" + +[dependencies] +actix-web = "3.2.0" +serde = { version = "1.0", features = ["derive"] } +csv = "1.1" +anyhow = "1.0.34" +rand = "0.7.3" |