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:
+5
-1
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"name": "sqwerk",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.1",
|
||||
"description": "Your Complete SQL Platform, From Design to Delivery",
|
||||
"keywords": ["tauri", "sql", "database"],
|
||||
"license": "Apache-2.0",
|
||||
"author": "Rodney Osodo <socials@rodneyosodo.com>",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -3310,7 +3310,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sqwerk"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Tauri + Rust
|
||||
Reference in New Issue
Block a user