Skip to content

Commit

Permalink
feat: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAugus committed Jun 23, 2022
1 parent 5b40d6c commit 5382120
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "app"
name = "Augus"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
default-run = "app"
description = "Augus Initial"
authors = ["Augus"]
license = "MIT"
repository = "DrAugus/augus-tauri"
default-run = "Augus"
edition = "2021"
rust-version = "1.57"

Expand Down

0 comments on commit 5382120

Please sign in to comment.