diff --git a/Cargo.toml b/Cargo.toml index 266ae72..c648c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "db_builder" -version = "0.0.0" +version = "0.0.1" edition = "2024" description = "This crate enables you to have a lib that create a sqlite database from a json file schema" license = "MIT"