diff --git a/.gitignore b/.gitignore index 76e1869..1b1848d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Cargo.lock /example/target /example/.idea +/example +/.idea diff --git a/Build.md b/Build.md index 41d6512..31724ca 100644 --- a/Build.md +++ b/Build.md @@ -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 \ No newline at end of file