mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-05 11:15:15 +01:00
4df87a278e
latest code change including the global thread pool Closes twitter/the-algorithm#452 Closes twitter/the-algorithm#505
12 lines
194 B
TOML
12 lines
194 B
TOML
[package]
|
|
name = "segdense"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
env_logger = "0.10.0"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
serde_json = "1.0.48"
|
|
log = "0.4.17"
|