QvQ 0.1.0

A short description of your package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "QvQ"
version = "0.1.0"
edition = "2021"
description = "A short description of your package"
license = "MIT"

authors = ["Your Name <your@email.com>"]
repository = "https://github.com/your_username/your_package_name"

[lib]
name = "QvQ"
path = "src/main.rs"

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

[dependencies]
ferris-says = "0.3.1"