[package] name = "obrewin" version = "0.0.1" edition = "2021" authors = ["Minsung Kim "] license-file = "LICENSE" description = "Core components of Obrewin Trading Framework" repository = "https://github.com/McDic/Obrewin" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "core" crate-type = ["cdylib"] [dependencies] pyo3 = "0.19.0"