[package] name = "swap" description = "An extremely simple tool to swap two files/directories atomically on Linux" license = "BSD-3-Clause" homepage = "https://gitlab.com/K900/swap" repository = "https://gitlab.com/K900/swap" version = "0.1.0" authors = ["K900 "] [dependencies] structopt = "0.2" libc = "0.2"