mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-14 15:45:13 +01:00
9 lines
158 B
TOML
9 lines
158 B
TOML
|
[package]
|
||
|
name = "bpr_thrift"
|
||
|
description = "Thrift parser for Batch Prediction Request"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
thrift = "0.17.0"
|