```rust use jsexec::runjs; assert_eq!(runjs("console.log(\"hello\")").unwrap(),"hello\n");
```
```toml
[workspace] members = ["yourcrate"] resolver = "2" ```