rust manifest
Fri Nov 25 2022 · 10min
Cargo.lock
对应js里的package-lock.json
,不过rust是默认锁的,
Cargo.toml
Cargo.toml
,对应js中的package.json, 不过格式是toml格式,
详细的字段可以查看这里:https://doc.rust-lang.org/cargo/reference/manifest.html#the-manifest-format
Fri Nov 25 2022 · 10min
对应js里的package-lock.json
,不过rust是默认锁的,
Cargo.toml
,对应js中的package.json, 不过格式是toml格式,
详细的字段可以查看这里:https://doc.rust-lang.org/cargo/reference/manifest.html#the-manifest-format