diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index a2142a0..1863f6d 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sslrelay = {path = "../SSLRelay-lib"} \ No newline at end of file +sslrelay = {path = "../../"} diff --git a/examples/basic/relay_config.toml b/examples/basic/relay_config.toml index be4358e..13a82e1 100644 --- a/examples/basic/relay_config.toml +++ b/examples/basic/relay_config.toml @@ -4,4 +4,4 @@ ssl_private_key_path = "./remote.com.key" ssl_cert_path = "./remote.com.crt" remote_host = "remote.com" remote_port = "443" -verbose_level = "2" \ No newline at end of file +verbose_level = "2" diff --git a/examples/basic/main.rs b/examples/basic/src/main.rs similarity index 100% rename from examples/basic/main.rs rename to examples/basic/src/main.rs