mirror of
https://github.com/mii443/tfhe-mutual-friends.git
synced 2025-08-22 08:05:36 +00:00
17 lines
497 B
TOML
17 lines
497 B
TOML
[package]
|
|
name = "tfhe-mutual-friends"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tfhe = { version = "*", features = ["boolean", "shortint", "integer", "x86_64-unix", "nightly-avx512"] }
|
|
vrchatapi = { git = "https://github.com/C0D3-M4513R/vrchatapi-rust.git", rev = "41255a7932d5626effec7421bad001703c977a31" }
|
|
serde_json = "1.0"
|
|
bincode = "1.3.3"
|
|
serde_bytes = "0.11.14"
|
|
serde = "1.0"
|
|
zstd = "0.13.1"
|
|
rpassword = "7.3"
|
|
tokio = { version = "1.38.0", features = ["full"] }
|
|
rayon = "1.10.0"
|