You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
357 B
TOML

[package]
name = "farore"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.13", features = ["derive"] }
pyo3 = { version = "0.22.0", features = ["auto-initialize"] }
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
# [dependencies.pyo3-asyncio]
# version = "0.20"
# features = ["tokio-runtime"]