add data to cargo.toml
This commit is contained in:
parent
0474815937
commit
e472f3fe99
|
@ -1548,7 +1548,7 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|||
|
||||
[[package]]
|
||||
name = "nox"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -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 = [] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue