wifi-cli 0.1.1

Simple CLI tool for connecting to wifi networks
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wifi-cli"
version = "0.1.1"
edition = "2021"
authors = ["Lorenzo Frittoli https://github.com/lorenzo-frittoli/wifi-cli"]
description = "Simple CLI tool for connecting to wifi networks"
license = "MIT"
repository = "https://github.com/lorenzo-frittoli/wifi-cli"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
termion = "3.0.0"