2020-06-14 12:08:28 +00:00
|
|
|
[package]
|
|
|
|
name = "paths"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-08-13 15:42:52 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 15:49:28 +00:00
|
|
|
edition = "2021"
|
2022-11-07 11:59:51 +00:00
|
|
|
rust-version = "1.65"
|
2020-06-14 12:08:28 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
2021-07-17 13:54:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-08-28 19:03:06 +00: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!
|
|
|
|
# serde = "1"
|