more fixes?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-07-26 14:46:07 +00:00
parent 6df5735f7d
commit 2d1d7b86be
3 changed files with 19 additions and 6 deletions

View File

@ -33,7 +33,7 @@ features = [
"net",
"tcp",
"io-util",
"rt-core",
"rt-threaded",
"time",
"stream"
]

View File

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
structopt = "0.3"
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "0.2", features = ["rt-threaded", "macros"] }
tokio-rustls = { version = "0.14", features = ["dangerous_configuration"] }
async-trait = "0"
pretty_env_logger = "0.4"

View File

@ -7,16 +7,25 @@
|__|_| /(____ //\__| | \___ >
\/ \/ \______| \/
```
A curses client for Gemini!
=> gemini://gemini.circumlunar.space/ Gemini homepage
## Homepage
The main homepage for majc is on tulpa.dev:
=> https://tulpa.dev/cadey/maj
## Installation
majc can be installed using Nix:
```
$ nix-env -if https://tulpa.dev/cadey/maj/archive/master.tar.gz -A majc
```
Then you can run it with `majc`:
```
$ majc
```
## Important Keys
<esc>: opens the menubar
c: closes the active window
@ -24,3 +33,7 @@ o: prompts to open a URL
q: quits majc
?: shows this screen
~: toggles the debug logging pane
---
=> / Go back