[package] name = "filecrate" version = "0.1.1" authors = ["Quinn Johnson "] edition = "2018" description = """ A file storage and synchronization service written in Rust. """ homepage = "https://winseven4lyf.github.io/rust-filecrate/" repository = "https://github.com/Winseven4lyf/rust-filecrate" readme = "README.md" license = "MIT OR Apache-2.0" exclude = [ ".editorconfig", ".travis.yml", ".vscode/**", "docs/**", ] [badges] travis-ci = { repository = "Winseven4lyf/rust-filecrate" } [dependencies] [workspace] members = [ "filecrate-client", "filecrate-server", ]