diff --git a/Cargo.lock b/Cargo.lock index 0e257e4..6b807ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index a58168b..a230b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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",