2020-06-14 07:08:28 -05:00
|
|
|
[package]
|
|
|
|
name = "paths"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2020-06-14 07:08:28 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
2021-07-17 08:54:48 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2021-08-28 14:03:06 -05:00
|
|
|
# Adding this dep sadly puts a lot of rust-analyzer crates after the
|
|
|
|
# serde-derive crate. Even though we don't activate the derive feature here,
|
|
|
|
# someone else in the crate graph certainly does!
|
2023-03-25 08:43:08 -05:00
|
|
|
# serde.workspace = true
|