-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (21 loc) · 747 Bytes
/
Cargo.toml
File metadata and controls
24 lines (21 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "wifi-qr-code"
version = "0.1.1"
authors = ["Amy Keibler <wanderingelf14@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Library for generating WiFi QR codes"
repository = "https://github.com/amy-keibler/wifi-qr-code"
documentation = "https://docs.rs/wifi-qr-code"
readme = "README.md"
keywords = ["WiFi", "QR", "qrcode"]
categories = ["encoding"]
[badges]
is-it-maintained-issue-resolution = { repository = "https://github.com/amy-keibler/wifi-qr-code" }
is-it-maintained-open-issues = { repository = "https://github.com/amy-keibler/wifi-qr-code" }
maintenance = { status = "actively-developed" }
[dependencies]
qrcode-generator = "4.1.2"
[dev-dependencies]
structopt = "0.3.25"
rpassword = "7.0.0"