From 85a4d3c990c5ccc6251d60fcf90aaee9f26ada94 Mon Sep 17 00:00:00 2001 From: Marrub Date: Tue, 5 Feb 2019 00:10:03 -0500 Subject: [PATCH] update cargo config and license --- Cargo.toml | 28 +++++++++++++++++++++------- LICENSE | 14 +++++++------- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6760312..c172bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,26 @@ [package] -name = "maraiah" -version = "0.1.0" -authors = ["marrub"] +name = "maraiah" +version = "0.1.0" +authors = ["Alison Sanderson "] +description = "Marathon editing tools." +homepage = "https://greyserv.net/maraiah/" +repository = "http://git.greyserv.net/marrub/Maraiah" +readme = "README.md" +license = "MIT" + edition = "2018" +publish = false [dependencies] -memmap = "0.6" +bitflags = "1.0" +failure = "0.1" generic-array = "0.12" -failure = "0.1" -bitflags = "1.0" -#gtk = "0.4" +#gtk = "0.4" +memmap = "0.6" + +[profile.dev] +opt-level = 1 + +[profile.release] +codegen-units = 1 +lto = true diff --git a/LICENSE b/LICENSE index bb097b6..0ca2544 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,11 @@ -Copyright (c) 2018 Alison Sanderson +Copyright (c) 2018-2019 Alison Sanderson -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.