Skip to content

Commit

Permalink
Add Sage crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jun 28, 2024
1 parent ae5c7b9 commit 8a7d0ae
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Rust
/target
4 changes: 4 additions & 0 deletions src-tauri/Cargo.lock → Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[workspace]
members = ["sage", "src-tauri"]
resolver = "2"
6 changes: 6 additions & 0 deletions sage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "sage"
version = "0.1.0"
edition = "2021"

[dependencies]
1 change: 1 addition & 0 deletions sage/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 0 additions & 3 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/gen/schemas
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sage"
name = "sage-tauri"
version = "0.1.0"
description = "A next generation Chia wallet."
authors = ["Rigidity <[email protected]>"]
Expand Down

0 comments on commit 8a7d0ae

Please sign in to comment.