innernet/hostsfile/Cargo.toml

12 lines
231 B
TOML
Raw Normal View History

2021-03-29 17:22:14 +00:00
[package]
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
description = "A simplistic /etc/hosts file editor."
edition = "2018"
license = "UNLICENSED"
name = "hostsfile"
publish = false
2021-04-08 01:46:49 +00:00
version = "1.0.1"
2021-03-29 17:22:14 +00:00
[dependencies]
tempfile = "3"