13 lines
417 B
TOML
13 lines
417 B
TOML
[package]
|
|
name = "librqbit-clone-to-owned"
|
|
version = "3.0.1"
|
|
edition = "2021"
|
|
description = "Util traits to represent something that can be made owned and change type at the same time."
|
|
license = "Apache-2.0"
|
|
documentation = "https://docs.rs/librqbit-clone-to-owned"
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytes = "1.10"
|