Skip to content

Commit

Permalink
meta update
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Jan 19, 2025
1 parent da67006 commit 1cb52a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"
Expand Down

0 comments on commit 1cb52a3

Please sign in to comment.