blob: 565250933ca3381668758841b425879ac6d2b6ab [file]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
[package]
name = "sapphire-sync"
version = "0.1.0"
edition = "2024"
[dependencies]
parking_lot = { version = "0.12.5", optional = true }
[features]
default = []
std = ["dep:parking_lot"]