2020-06-14 14:08:28 +02:00
|
|
|
[package]
|
|
|
|
name = "paths"
|
2020-08-13 17:42:52 +02:00
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2020-08-13 17:42:52 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 17:49:28 +02:00
|
|
|
edition = "2021"
|
2021-12-16 01:49:48 +05:00
|
|
|
rust-version = "1.57"
|
2020-06-14 14:08:28 +02:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
2021-07-17 16:54:48 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2021-08-28 22:03:06 +03: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"
|