chore(version): populate cargo.toml and package.json with correct values
Setup the version as 0.0.1 add description, keywords license and author
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
[package]
|
||||
name = "sqwerk"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
version = "0.0.1"
|
||||
description = "Your Complete SQL Platform, From Design to Delivery"
|
||||
authors = ["Rodney Osodo <socials@rodneyosodo.com>"]
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
keywords = ["tauri", "sql", "database"]
|
||||
repository = "https://github.com/rodneyosodo/sqwerk"
|
||||
|
||||
[lib]
|
||||
# The `_lib` suffix may seem redundant but it is necessary
|
||||
|
||||
Reference in New Issue
Block a user