capabable spawning multiple openvpn instances

This commit is contained in:
2025-12-11 00:36:46 +01:00
parent c9da56e8e9
commit 470f0922ed
17 changed files with 3000 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "event_backtest_engine"
version = "0.1.0"
edition = "2021"
edition = "2024"
authors = ["Your Name <you@example.com>"]
description = "High-impact economic & corporate earnings data collector for short-event backtesting (overnight/weekend gaps)"
license = "MIT OR Apache-2.0"
@@ -30,9 +30,12 @@ csv = "1.3"
zip = "6.0.0"
flate2 = "1.1.5"
#
# Formatting
regex = "1.12.2"
# Windows features
windows-service = "0.8.0"
# Generating
rand = "0.9.2"