Skip to content

Commit

Permalink
Update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Jan 27, 2024
1 parent 09b8f54 commit eac3f0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Cargo.lock

/example/target
/example/.idea
/example
/.idea
7 changes: 7 additions & 0 deletions Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ cargo test --verbose

# Deploy to crates.io

Change Cargo.toml package version

cargo login abcdefghijklmnopqrstuvwxyz

where abcdefghijklmnopqrstuvwxyz is you key

cargo publish

0 comments on commit eac3f0c

Please sign in to comment.