From 1cb52a32df02aecd4c9c79bc618f2ee21d8788f1 Mon Sep 17 00:00:00 2001 From: wznmickey Date: Sat, 18 Jan 2025 22:04:47 -0500 Subject: [PATCH] meta update --- Cargo.lock | 7 ------- Cargo.toml | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6074b9..088547d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,6 @@ dependencies = [ "chrono", "clap", "dialoguer", - "file", "futures", "indicatif", "lazy_static", @@ -428,12 +427,6 @@ version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" -[[package]] -name = "file" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "072420e920a41e95a021116fb47c331d1199aab0f12ca1f77903d5c0ec65c37a" - [[package]] name = "fnv" version = "1.0.7" diff --git a/Cargo.toml b/Cargo.toml index 6835691..e64a83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" description = "A syncer to Canvas LMS with files among courses" license = "MIT" repository = "https://github.com/wznmickey/canvas_syncer" +categories = ["command-line-utilities","filesystem"] +keywords = ["canvas", "education", "canvas-lms", "course", "download"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -13,7 +15,6 @@ futures = "0.3" serde_json = "1.0.115" lazy_static = "1.4.0" serde = {version = "1.0.150", features = ["derive"]} -file = "1.1.2" chrono = {version = "0.4.38"} clap = { version = "4.5.4", features = ["derive"] } dialoguer = "0.11.0"