Skip to content

Commit

Permalink
create cargo workspace for better IDE reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarker committed Dec 23, 2024
1 parent 0565b85 commit e803b57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
*.local
*.log*

# Rust
Cargo.lock
target/

# Dist
node_modules
dist/
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[workspace]

resolver = "2"
members = ["acrate"]

0 comments on commit e803b57

Please sign in to comment.