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

[package]
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
description = "A simplistic /etc/hosts file editor."
edition = "2021"
license = "MIT"
name = "hostsfile"
publish = false
version = "1.2.0"
[dependencies]
log = "0.4"
[dev-dependencies]
tempfile = "3"