meta: initial commit (archival)
This commit is contained in:
17
string_sum/Cargo.toml
Normal file
17
string_sum/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "string_sum"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "string_sum"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
pyo3 = { version = "0.16.5", features = ["extension-module"] }
|
||||
pyo3-asyncio = { version = "0.16", features = ["tokio-runtime"] }
|
||||
reqwest = { version = "0.11.11" }
|
||||
serde = { version = "1.0.138", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
tokio = { version = "1.19.2", features = ["full"] }
|
Reference in New Issue
Block a user