mirror of
https://github.com/NotAShelf/microfetch.git
synced 2024-11-01 14:51:14 +00:00
13 lines
173 B
TOML
13 lines
173 B
TOML
[package]
|
|
name = "microfetch"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
fs_extra = "1.2"
|
|
color-eyre = { version = "0.6", default-features = false }
|
|
|
|
|
|
|