[package] name = "fudge" version = "0.0.0" authors = ["fatalcenturion <38751451+fatalcenturion@users.noreply.github.com>"] edition = "2018" description = "An ORM for MySQL in pure Rust" license = "MIT OR Apache-2.0" homepage = "https://fatalcenturion.github.io/Fudge" repository = "https://github.com/fatalcenturion/Fudge/" exclude = ["doc/*", ".github/*"] keywords = ["mysql", "database", "orm"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mysql = "18.2.0"