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 344 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
13
14
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. [package]
  3. name = "YOLO-ONNXRuntime-Rust"
  4. version = "0.1.0"
  5. edition = "2021"
  6. authors = ["Jamjamjon <xxyydzml@outlook.com>"]
  7. [dependencies]
  8. anyhow = "1.0.92"
  9. clap = "4.5.20"
  10. tracing = "0.1.40"
  11. tracing-subscriber = "0.3.18"
  12. 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...