forked from rustls/rustls-ffi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename library to rustls-ffi (rustls#116)
- Loading branch information
1 parent
0e72529
commit 14bb717
Showing
8 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "crustls" | ||
name = "rustls-ffi" | ||
version = "0.7.1" | ||
authors = ["Jacob Hoffman-Andrews <[email protected]>"] | ||
description = "C-to-rustls bindings" | ||
edition = "2018" | ||
links = "crustls" | ||
links = "rustls_ffi" | ||
|
||
[dependencies] | ||
# Keep in sync with RUSTLS_CRATE_VERSION in lib.rs | ||
|
@@ -19,5 +19,5 @@ log = "0.4.14" | |
cbindgen = "*" | ||
|
||
[lib] | ||
name = "crustls" | ||
name = "rustls_ffi" | ||
crate-type = ["lib", "staticlib"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters