[package] name = "atlas-tui" description = "Visual Packet tracer with a Terminal User Interface" license = "GPL-3.0" version = "0.1.0" authors = ["krissemicolon "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build] rustflags = ["-C", "target-cpu=native"] [dependencies] libc = "0.2.103" rand = "0.8.4" socket = "0.0.7" time = "0.1.25" tui = "0.16.0" termion = "1.5" curl = "0.4.39"