Hacker News new | ask | show | jobs
by rendaw 455 days ago
Does cargo have a default license?
1 comments

I guess not? I'm just saying a lot of them do, and inertial is a powerful force that causes many developers to not read ques^h^h^h^hanything

  $ cargo new --verbose abcabc
    Creating binary (application) `abcabc` package
  $ cat abcabc/Cargo.toml
  [package]
  name = "abcabc"
  version = "0.1.0"
  edition = "2024"

  [dependencies]