mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
update Cargo.toml
This commit is contained in:
parent
ef4ab705b4
commit
ac9200d972
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -2991,16 +2991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "television-derive"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "television-rs"
|
||||
name = "television"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
@ -3047,6 +3038,15 @@ dependencies = [
|
||||
"vergen-gix",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "television-derive"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.79",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.13.0"
|
||||
|
@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "television-rs"
|
||||
name = "television"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "The revolution will be televised"
|
||||
license = "Apache-2.0"
|
||||
description = "The revolution will be televised."
|
||||
license = "MIT"
|
||||
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
|
||||
build = "build.rs"
|
||||
repository = "https://github.com/alexpasmantier/television"
|
||||
@ -21,7 +21,6 @@ bench = false
|
||||
path = "crates/television/main.rs"
|
||||
name = "tv"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/television_derive",
|
||||
|
Loading…
x
Reference in New Issue
Block a user