10 lines
160 B
TOML
10 lines
160 B
TOML
[package]
|
|
name = "plank"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
horrorhttp = "0.2.5"
|
|
humantime = "2.3.0"
|
|
readformat = "1.0.4"
|
|
urlencoding = "2.1.3"
|