[package] name = "txt2sql" version = "0.1.0" edition = "2021" license = "MIT" description = "txt to sql tool" homepage = "https://codenautas.com" repository = "https://github.com/codenautas/txt2sql" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" [dependencies.async-std] version = "1.6" features = ["attributes"]