add crypt

master
Bel LaPointe 2020-01-21 11:13:05 -07:00
parent 2d94f956a1
commit bb1d9491c4
3 changed files with 1 additions and 0 deletions

0
cli/:
View File

0
leveldb_test.go Normal file → Executable file
View File

View File

@ -11,6 +11,7 @@ import (
"github.com/ncw/rclone/fs/config" "github.com/ncw/rclone/fs/config"
"github.com/ncw/rclone/fs/object" "github.com/ncw/rclone/fs/object"
_ "github.com/ncw/rclone/backend/crypt"
_ "github.com/ncw/rclone/backend/drive" _ "github.com/ncw/rclone/backend/drive"
_ "github.com/ncw/rclone/backend/local" _ "github.com/ncw/rclone/backend/local"
_ "github.com/ncw/rclone/backend/s3" _ "github.com/ncw/rclone/backend/s3"