Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
377 B
15 lines
377 B
[package]
|
|
name = "parcel_sourcemap_wasm"
|
|
version = "2.0.0"
|
|
authors = ["Jasper De Moor <jasperdemoor@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
parcel_sourcemap = { path = "../parcel_sourcemap" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
|
|
js-sys = "0.3"
|
|
rkyv = "0.6.7"
|
|
|