Skip to content

Commit

Permalink
Rename crate and commit lockfile (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdygert-spok authored and GitHub Enterprise committed Oct 9, 2024
1 parent 3b38263 commit c1368b6
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
290 changes: 290 additions & 0 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bearssl-sys"
name = "aranya-bearssl-sys"
version = "0.1.0"
authors = ["SpiderOak, Inc."]
license = "MIT"
description = "BearSSL FFI bindings"
repository = "https://github.com/spideroak-inc/bearssl"
repository = "https://github.com/aranya-project/aranya-bearssl-sys"
links = "bearssl"
readme = "README.md"
categories = ["cryptography", "external-ffi-bindings"]
Expand All @@ -17,6 +17,6 @@ include = [
]

[build-dependencies]
bindgen = { version = "0.65", default-features = false, features = ["runtime"] }
bindgen = { version = "0.70", default-features = false, features = ["runtime"] }
cc = { version = "1.0.79", features = ["parallel"] }
glob = "0.3.1"

0 comments on commit c1368b6

Please sign in to comment.