Skip to content

Commit e3ab190

Browse files
metamejoepio
authored andcommitted
readme and dep fix
1 parent 695119e commit e3ab190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _Status: alpha. [Breaking changes](CHANGELOG.md) are expected until 1.0._
3939
- 📖 **Pagination, sorting and filtering** queries using [Atomic Collections](https://docs.atomicdata.dev/schema/collections.html).
4040
- 🔐 **Authorization** (read / write permissions) and Hierarchical structures powered by [Atomic Hierarchy](https://docs.atomicdata.dev/hierarchy.html)
4141
- 📲 **Invite and sharing system** with [Atomic Invites](https://docs.atomicdata.dev/invitations.html)
42-
- 📂 **File management**: Upload, download and preview attachment with support for using S3 as file storage backend.
42+
- 📂 **File management**: Upload, download and preview attachments with support for using S3 as file storage backend.
4343
- 🖥️ **Desktop app**: Easy desktop installation, with status bar icon, powered by [tauri](https://github.com/tauri-apps/tauri/).
4444
- 📚 **Libraries**: [Javascript / Typescript](https://www.npmjs.com/package/@tomic/lib), [React](https://www.npmjs.com/package/@tomic/react), [Svelte](https://www.npmjs.com/package/@tomic/svelte)
4545

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ features = ["derive"]
104104
version = "1"
105105

106106
[dependencies.tokio]
107-
features = ["time", "fs"]
107+
features = ["time"]
108108
version = "1"
109109

110110
[dependencies.tracing-subscriber]

0 commit comments

Comments
 (0)