mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 14:40:40 +00:00
14 lines
330 B
TOML
14 lines
330 B
TOML
[package]
|
|
name = "g3-xcrypt"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
memchr.workspace = true
|
|
digest.workspace = true
|
|
md-5.workspace = true
|
|
sha2.workspace = true
|