Update README, upgrade dependencies and bump version

This commit is contained in:
Raphaël Thériault 2019-10-28 11:02:14 -04:00
parent 525d5e8ed7
commit 0e4b47fea9
3 changed files with 184 additions and 217 deletions

391
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "filite"
version = "0.1.0"
version = "0.2.0"
authors = ["Raphaël Thériault <raphael_theriault@outlook.com>"]
edition = "2018"
description = "A simple, light and standalone pastebin, URL shortener and file-sharing service"
@ -18,12 +18,12 @@ license = "MIT"
actix-files = "0.1.6"
actix-identity = "0.1.0"
actix-web = "1.0.8"
base64 = "0.10.1"
base64 = "0.11.0"
blake2 = "0.8.1"
chrono = "0.4.9"
diesel_migrations = "1.4.0"
dirs = "2.0.2"
dotenv = { version = "0.14.1", optional = true }
dotenv = { version = "0.15.0", optional = true }
env_logger = "0.7.1"
futures = "0.1.29"
lazy_static = "1.4.0"
@ -36,7 +36,7 @@ features = ["r2d2", "sqlite"]
version = "0.16.0"
features = ["bundled"]
[dependencies.serde]
version = "1.0.101"
version = "1.0.102"
features = ["derive"]
[features]

View File

@ -25,7 +25,7 @@ A simple, light and standalone pastebin, URL shortener and file-sharing service
When asked for a login, use whatever username you want and the password you provided during setup. Usage is pretty straightforward using the web UI, but here are some tips.
* Make sure to allow popups to allow created links to open in a new tab
* On successful submission, the URL will be copied to clipboard. If copying to clipboard fails, it will be displayed as an alert.
* Press space in the URL input to generate a random one
* If the entered URL is already in use, the input will have a yellow outline