update cargo config and license

png-branch
an 2019-02-05 00:10:03 -05:00
parent 956462907f
commit 85a4d3c990
2 changed files with 28 additions and 14 deletions

View File

@ -1,12 +1,26 @@
[package]
name = "maraiah"
version = "0.1.0"
authors = ["marrub"]
name = "maraiah"
version = "0.1.0"
authors = ["Alison Sanderson <marrub@greyserv.net>"]
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

14
LICENSE
View File

@ -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.