Update Cargo.toml

This commit is contained in:
Jamjamjon 2024-09-03 19:03:25 +08:00 committed by GitHub
parent 9b969b9203
commit 826da4037e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.0.13"
edition = "2021" edition = "2021"
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models." description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
repository = "https://github.com/jamjamjon/usls" repository = "https://github.com/jamjamjon/usls"
authors = ["Jamjamjon <jamjamjon.usls@gmail.com>"] authors = ["Jamjamjon <xxyydzml@outlook.com>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
exclude = ["assets/*", "examples/*", "scripts/*", "runs/*"] exclude = ["assets/*", "examples/*", "scripts/*", "runs/*"]