blob: bdeffb8b6927f5b416462169bef38f45bc7b045c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- selenium-4.28.1/Cargo.toml 2000-01-01 05:30:00.000000000 +0530
+++ selenium-4.28.1.new/Cargo.toml 2025-02-01 20:30:48.975164929 +0530
@@ -54,3 +54,10 @@
[profile.dev]
debug = true # Full debug info
split-debuginfo = 'off' # Debug info in the final artifact
+
+[dependencies.pyo3]
+version = "0.23.4"
+
+[features]
+extension-module = ["pyo3/extension-module"]
+default = ["extension-module"]
|