FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
actix-cli-basic-example/Cargo.toml at master · web-dev-rust/actix-cli-basic-example · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
web-dev-rust
/
actix-cli-basic-example
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
actix-cli-basic-example
/
Cargo.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 485 Bytes
Breadcrumbs
actix-cli-basic-example
/
Cargo.toml
Copy path
File metadata and controls
21 lines (19 loc) · 485 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
package
]
name
=
"
maluco-cli
"
version
=
"
0.1.0
"
authors
= [
"
Julia Naomi <jnboeira@outlook.com>
"
]
edition
=
"
2018
"
#
See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[
dependencies
]
actix
=
"
0.10.0
"
actix-web
=
"
3.3.2
"
actix-rt
=
"
1.1.1
"
num_cpus
=
"
1.0
"
log
=
"
0.4.11
"
env_logger
=
"
0.8.2
"
uuid
=
"
0.8.1
"
serde
= {
version
=
"
1.0.104
"
,
features
= [
"
derive
"
] }
serde_json
=
"
1.0.44
"
serde_derive
=
"
1.0.104
"
fort
=
"
0.4
"
bastion
=
"
0.4.3
"
Back
|
FazBrowse Home
|
New Git URL