adding openfigi as identifier for company data

This commit is contained in:
2025-11-25 22:18:52 +01:00
parent e57a013224
commit eeae94e041
13 changed files with 608 additions and 139 deletions

View File

@@ -29,6 +29,12 @@ csv = "1.3"
zip = "6.0.0"
flate2 = "1.1.5"
# Generating
rand = "0.9.2"
# Environment handling
dotenvy = "0.15"
# Date & time
chrono = { version = "0.4", features = ["serde"] }