add data to cargo.toml

This commit is contained in:
b1ek 2023-08-12 10:47:43 +10:00
parent 0474815937
commit e472f3fe99
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 6 additions and 8 deletions

2
src-tauri/Cargo.lock generated
View File

@ -1548,7 +1548,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nox"
version = "0.0.0"
version = "0.0.1"
dependencies = [
"serde",
"serde_json",

View File

@ -1,14 +1,12 @@
[package]
name = "nox"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
version = "0.0.1"
description = "blek! Nox"
authors = [ "b1ek <me@blek.codes>" ]
license = "MIT"
repository = "https://git.blek.codes/blek/nox"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.4", features = [] }