From 826da4037e4fe14dc7d8341390341a239bf5a370 Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:03:25 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16aed50..f9342a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.13" edition = "2021" description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models." repository = "https://github.com/jamjamjon/usls" -authors = ["Jamjamjon "] +authors = ["Jamjamjon "] license = "MIT" readme = "README.md" exclude = ["assets/*", "examples/*", "scripts/*", "runs/*"]