You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
380 B
TOML
11 lines
380 B
TOML
[package]
|
|
name = "multi-trait-object"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
authors = ["trivernis"]
|
|
description = "A type to store an object with all associated traits"
|
|
repository = "https://github.com/Trivernis/multi-trait-object/tree/main"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |