Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Cargo.toml 273 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. [package]
  2. name = "YOLO-ONNXRuntime-Rust"
  3. version = "0.1.0"
  4. edition = "2021"
  5. authors = ["Jamjamjon <xxyydzml@outlook.com>"]
  6. [dependencies]
  7. anyhow = "1.0.92"
  8. clap = "4.5.20"
  9. tracing = "0.1.40"
  10. tracing-subscriber = "0.3.18"
  11. usls = { version = "0.0.19", features = ["auto"] }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...