Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ usdt = "0.6.0"
wtf8 = "0.1"
xsum = "0.1.6"
temporal_rs = "0.2.0"
icu_calendar = "=2.1.1"

[workspace.metadata.dylint]
libraries = [{ path = "nova_lint" }]
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ but the slightly modified slides are.
TC39 slides:
[Google Drive](https://docs.google.com/presentation/d/1Pv6Yn2sUWFIvlLwX9ViCjuyflsVdpEPQBbVlLJnFubM/edit?usp=drive_link)

## Funding

This project received funding through [NGI Zero Core](https://nlnet.nl/core), a
fund established by [NLnet](https://nlnet.nl) with financial support from the
European Commission's [Next Generation Internet](https://ngi.eu) program. Learn
more at the [NLnet project page](https://nlnet.nl/project/Nova).

[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/core)

## [Contributing]

So you wish to contribute, eh? You're very welcome to do so! Please take a look
Expand Down
1 change: 1 addition & 0 deletions nova_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ usdt = { workspace = true }
wtf8 = { workspace = true }
xsum = { workspace = true }
temporal_rs = { workspace = true, optional = true }
icu_calendar = { workspace = true, optional = true }

[features]
default = [
Expand Down
Loading