diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ authors = ["Steven Fackler <[email protected]"] [[lib]] name = "openssl" -path = "lib.rs" +path = "src/lib.rs" |
| index : rust-openssl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 2 |
@@ -7,4 +7,4 @@ authors = ["Steven Fackler <[email protected]"] [[lib]] name = "openssl" -path = "lib.rs" +path = "src/lib.rs" |