Adjusting repository locations.
This commit is contained in:
parent
03e9484e52
commit
44f23e40fd
@ -4,7 +4,7 @@ version = "1.0.0"
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
||||
description = "Handles converting values to and from a binary format."
|
||||
license = ""
|
||||
repository = "https://gitlab.com/CyberMages/alchemy.git"
|
||||
repository = "https://gitlab.com/CyberMages/Core/alchemy.git"
|
||||
documentation = ""
|
||||
keywords = ["converter", "binary"]
|
||||
|
||||
@ -13,12 +13,13 @@ keywords = ["converter", "binary"]
|
||||
default = []
|
||||
convert_sigils = ["sigils"]
|
||||
|
||||
|
||||
[dependencies.scribe]
|
||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
||||
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
||||
|
||||
[dependencies.sigils]
|
||||
git = "ssh://git@gitlab.com/CyberMages/Core/sigils.git"
|
||||
optional = true
|
||||
git = "https://gitlab.com/CyberMages/sigils.git"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = { version = "*" }
|
||||
|
@ -44,7 +44,7 @@ pub enum LittleEndian
|
||||
|
||||
/// Create an enumeration of the different
|
||||
/// available endianesses.
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)]
|
||||
pub enum Endianess
|
||||
{
|
||||
/// Referes to BigEndian.
|
||||
|
Loading…
x
Reference in New Issue
Block a user