mirror of
https://github.com/warpdotdev/warp.git
synced 2026-05-06 15:22:21 +08:00
15 lines
293 B
TOML
15 lines
293 B
TOML
[package]
|
|
name = "field_mask"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
itertools.workspace = true
|
|
prost.workspace = true
|
|
prost-reflect.workspace = true
|
|
prost-types.workspace = true
|
|
thiserror.workspace = true
|