This website requires JavaScript.
Explore
Help
Sign In
AbleScript
/
ablescript
Watch
4
Star
4
Fork
You've already forked ablescript
1
Code
Issues
Pull requests
Projects
Releases
7
Wiki
Activity
7aad9b83f0
ablescript
/
Cargo.toml
7 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
Restructured project (#37) * Separation to two crates - `ablescript`: library, language - `ablescript_cli` - cli: repl and executor for files * Added lints (back) to library - unsafe_code and unwrap_used are forbidden
2021-08-10 14:32:12 -05:00
[
workspace
]
Toggled Fat LTO on
2021-12-14 16:57:03 -06:00
members
=
[
"ablescript"
,
"ablescript_cli"
]
[
profile
.
release
]
Release binaries are now stripped
2022-04-16 15:11:13 -05:00
lto
=
true
strip
=
true
Reference in a new issue
Copy permalink