mirror of
https://github.com/actix/examples
synced 2025-02-02 01:33:09 +01:00
exclude patch number from dependencies + add readme
This commit is contained in:
parent
8c7a0ab29b
commit
7d09d32fe7
@ -6,5 +6,5 @@ authors = ["Gorm Casper <gcasper@gmail.com>"]
|
||||
[dependencies]
|
||||
actix = "0.5"
|
||||
actix-web = "^0.6"
|
||||
serde = "1.0.69"
|
||||
serde_derive = "1.0.69"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
8
form/README.md
Normal file
8
form/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
## Form example
|
||||
|
||||
```bash
|
||||
cd form
|
||||
cargo run
|
||||
# Started http server: 127.0.0.1:8080
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user