diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/rust/cryptography-keepalive/Cargo.toml')
-rw-r--r-- | .venv/lib/python3.12/site-packages/rust/cryptography-keepalive/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/rust/cryptography-keepalive/Cargo.toml b/.venv/lib/python3.12/site-packages/rust/cryptography-keepalive/Cargo.toml new file mode 100644 index 00000000..baf8d934 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/rust/cryptography-keepalive/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "cryptography-keepalive" +version.workspace = true +authors.workspace = true +edition.workspace = true +publish.workspace = true +rust-version.workspace = true + +[dependencies] +pyo3.workspace = true |