0.1.2 new repo location
This commit is contained in:
parent
3bf10f750d
commit
8fca701d51
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
4
Cargo.toml
Normal file → Executable file
4
Cargo.toml
Normal file → Executable file
@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lazy-seq"
|
name = "lazy-seq"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A crate for constructing lazily evaluated sequences."
|
description = "A crate for constructing lazily evaluated sequences."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Aaron Manning"]
|
authors = ["Aaron Manning"]
|
||||||
repository = "https://github.com/aaron-jack-manning/lazy-seq"
|
repository = "https://git.aaronmanning.net/aaronmanning/lazy-seq"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
0
LICENSE-APACHE
Normal file → Executable file
0
LICENSE-APACHE
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
src/lib.rs
Normal file → Executable file
0
src/lib.rs
Normal file → Executable file
Loading…
Reference in New Issue
Block a user