Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Apr 22, 2024
1 parent b241f72 commit 350a367
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Plan to implement Canvas-Syncer in rust to gain higher reability and extension.

Current Version: 0.1.0

Now support: download files and folders from canvas to local.
Not supported: update files.

Roadmap:
1. use blocking to complete basic functions
Expand All @@ -10,5 +13,8 @@ Roadmap:

https://github.com/BoYanZh/Canvas-Syncer

Now you need to provide a key in my_key() function.
An async rust program that synchronizes files and folders across Canvas LMS Files and local.
An async rust program that synchronizes files and folders across Canvas LMS Files and local.

Check config.json.example.

The default config file is `./config.json` and you can use `--config` to set its path.

0 comments on commit 350a367

Please sign in to comment.