mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update readme
This commit is contained in:
parent
347e66a2fd
commit
fe3d48d8fd
3 changed files with 7 additions and 7 deletions
|
@ -23,12 +23,12 @@
|
|||
|
||||
## Usage
|
||||
|
||||
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `tokio`
|
||||
or `async-std`.
|
||||
Starting ntex v0.5 async runtime must be selected as a feature. Available options are `glommio`,
|
||||
`tokio` or `async-std`.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
ntex = { version = "0.5", features = ["tokio"] }
|
||||
ntex = { version = "0.5", features = ["glommio"] }
|
||||
```
|
||||
|
||||
## Documentation & community resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue