ggrks 0.1.0

CLI tool for performing Google searches. Made as a joke.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ggrks"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "CLI tool for performing Google searches. Made as a joke."
homepage = "https://github.com/Lmocinemod/ggrks"
repository = "https://github.com/Lmocinemod/ggrks"
readme = "README.md"
keywords = ["google"]
categories = ["command-line-utilities"]

[dependencies]
webbrowser = "0.7.1"

[profile.release]
strip = true
lto = "thin"