blob: 1268ed09ac906ea7581077a9925df2bfaf1917b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "tihdy"
version = "0.1.0"
authors = ["Edvard Thörnros <edvard.thornros@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.11.4"
owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" }
|