Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamirmahal/rust-backend
https://github.com/hamirmahal/rust-backend
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamirmahal/rust-backend
- Owner: hamirmahal
- Created: 2023-10-23T23:59:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:23:15.000Z (7 months ago)
- Last Synced: 2024-10-04T16:44:19.739Z (about 1 month ago)
- Language: Rust
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://actix.rs/docs/getting-started/#hello-world
Add actix-web as a dependency of your project by adding the following to your Cargo.toml file.
```toml
[dependencies]
actix-web = "4"
```