1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-01-24 05:16:32 +02:00
innernet/hostsfile/Cargo.toml

15 lines
256 B
TOML
Raw Normal View History

2021-03-30 02:22:14 +09:00
[package]
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
description = "A simplistic /etc/hosts file editor."
2022-01-11 01:54:43 -06:00
edition = "2021"
license = "MIT"
2021-03-30 02:22:14 +09:00
name = "hostsfile"
publish = false
version = "1.2.0"
2021-03-30 02:22:14 +09:00
[dependencies]
log = "0.4"
[dev-dependencies]
tempfile = "3"