File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name = " piccolo"
33version = " 0.1.1"
44description = " Stackless Lua VM implemented in pure Rust"
5- authors = [" kyren <catherine@triplehex.dev >" ]
5+ authors = [" kyren <catherine@kyju.org >" ]
66edition = " 2021"
77license = " MIT"
88readme = " README.md"
9- repository = " https://github.com/triplehex /piccolo"
9+ repository = " https://github.com/kyren /piccolo"
1010
1111[profile .release ]
1212opt-level = 3
Original file line number Diff line number Diff line change 11[ ![ crates.io] ( https://img.shields.io/crates/v/piccolo )] ( https://crates.io/crates/piccolo )
22[ ![ docs.rs] ( https://docs.rs/piccolo/badge.svg )] ( https://docs.rs/piccolo )
3- [ ![ Build Status] ( https://img.shields.io/circleci/project/github/triplehex /piccolo.svg )] ( https://circleci.com/gh/triplehex /piccolo )
3+ [ ![ Build Status] ( https://img.shields.io/circleci/project/github/kyren /piccolo.svg )] ( https://circleci.com/gh/kyren /piccolo )
44
55## piccolo - An experimental stackless Lua VM implemented in pure Rust
66
You can’t perform that action at this time.
0 commit comments