innernet/hostsfile/Cargo.toml
Jake McGinty 449b4b8278
client: support running as non-root (#94)
shared(wg): use netlink instead of execve calls to "ip"
hostsfile: write to hostsfile in-place
2021-06-10 22:57:47 +09:00

11 lines
216 B
TOML

[package]
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
description = "A simplistic /etc/hosts file editor."
edition = "2018"
license = "UNLICENSED"
name = "hostsfile"
publish = false
version = "1.1.0"
[dependencies]