Advertisement
kyoo0000

toml

Sep 3rd, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [package]
  2. name = "api"
  3. version = "0.1.0"
  4. edition = "2018"
  5.  
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7.  
  8. [dependencies]
  9. mime = "0.3.16"
  10. anyhow = "1.0.43"
  11. serde = { version = "1.0.130", features = ["derive"] }
  12. futures = "0.3.17"
  13. failure = "0.1.8"
  14. actix-web = "3"
  15. tracing = "0.1.26"
  16. uuid = { version = "0.8.2", features = ["serde", "v4"] }
  17. thiserror = "1.0.28"
  18. futures-lite = "1.12.0"
  19. async-fs = "1.5.0"
  20. tracing-subscriber = "0.2.20"
  21. actix-form-data = "0.5.0"
  22. form-data = "0.2.4"
  23. clap = "2.33.3"
  24. sanitize-filename = "0.3.0"
  25. actix-multipart = "0.4.0-beta.5"
  26. actix-rt = "2.2.0"
  27. actix-macros = "0.2.1"
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement