mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-13 23:25:10 +01:00
ef4c5eb65e
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
12 lines
269 B
TOML
12 lines
269 B
TOML
[package]
|
|
name = "segdense"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
serde_json = "1.0.48"
|
|
log = "0.4.17"
|