j2rs_package_up 0.0.1

rust version port of package-up
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "j2rs_find_up_simple"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a7ff8208ab9660e6755a16610906db0458f40ead5d3255fd9935f04573cfa"

[[package]]
name = "j2rs_package_up"
version = "0.0.1"
dependencies = [
 "j2rs_find_up_simple",
 "sugar_path",
]

[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"

[[package]]
name = "sugar_path"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c23ada2c5165fc936136721f5f69c8dac6eceb5407de40262f32934510bd7b9"
dependencies = [
 "once_cell",
]