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"
|
2020-08-13 10:42:52 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 10:49:28 -05:00
|
|
|
edition = "2021"
|
2021-12-15 14:49:48 -06:00
|
|
|
rust-version = "1.57"
|
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!
|
|
|
|
# serde = "1"
|