[package] name = "red_smb" version = "0.0.1" description = "Library to play with SMB" authors = ["Eloy PĂ©rez "] edition = "2018" license = "LGPL-3.0" repository = "https://gitlab.com/Zer1t0/red_smb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "6.0" thiserror = "1.0"