rqbit/crates/clone_to_owned/Cargo.toml

13 lines
402 B
TOML
Raw Normal View History

2021-07-03 19:10:59 +01:00
[package]
2023-11-15 13:47:26 +00:00
name = "librqbit-clone-to-owned"
version = "2.2.1"
2023-11-22 23:13:27 +00:00
edition = "2021"
2023-11-15 14:04:05 +00:00
description = "Util traits to represent something that can be made owned and change type at the same time."
license = "Apache-2.0"
2023-11-16 07:39:49 +00:00
documentation = "https://docs.rs/librqbit-clone-to-owned"
readme = "README.md"
2021-07-03 19:10:59 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]