clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Add LICENSE file to `sql-parser` crate #1959

Closed bfops closed 2 weeks ago

bfops commented 2 weeks ago

Description of Changes

The Cargo.toml references a LICENSE file that doesn't exist. This prevents publishing the crate to crates.io.

This PR adds it. It's empty, per our convention for the rest of our crates.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

None