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",
|
"name": "sqwerk",
|
||||||
"private": true,
|
"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",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
Generated
+1
-1
@@ -3310,7 +3310,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqwerk"
|
name = "sqwerk"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sqwerk"
|
name = "sqwerk"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
description = "A Tauri App"
|
description = "Your Complete SQL Platform, From Design to Delivery"
|
||||||
authors = ["you"]
|
authors = ["Rodney Osodo <socials@rodneyosodo.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
readme = "README.md"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
license = "Apache-2.0"
|
||||||
|
keywords = ["tauri", "sql", "database"]
|
||||||
|
repository = "https://github.com/rodneyosodo/sqwerk"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
# The `_lib` suffix may seem redundant but it is necessary
|
# The `_lib` suffix may seem redundant but it is necessary
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# Tauri + Rust
|
||||||
Reference in New Issue
Block a user