[package] name = "gdb_breakpoint" version = "0.2.0" authors = ["kirin "] edition = "2018" repository = "https://github.com/fx-kirin/rust_gdb_breakpoint" description="Call gdb to the current process and atatch in a new tmux window" readme="README.md" license="MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = "0.13.0"