Now compiling for 2024.
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@ -1,19 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sigils"
|
name = "sigils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
description = "A mathematics library."
|
description = "A mathematics library."
|
||||||
keywords = ["sigils", "math"]
|
keywords = ["sigils", "math"]
|
||||||
repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
|
repository = "https://workshop.cybermages.tech/CyberMages/sigils"
|
||||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||||
documentation = ""
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
binding = { version = "0.1.0", registry = "cybermages" }
|
||||||
[dependencies.binding]
|
pact = { version = "0.1.0", registry = "cybermages" }
|
||||||
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
|
|
||||||
|
|
||||||
[dependencies.pact]
|
|
||||||
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git"
|
|
||||||
|
Reference in New Issue
Block a user